.select{
    width: 1001px;
    border: 1px solid #FEF6EB;
    border-top: 2px solid #C80E02;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 50px;
}
.select_title{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 600;
}
.select_body{
    width: 100%;
}

.cart,.msg{
    width: 400px;
    line-height: 42px;
    margin: 0 auto;
    color: #3C3C3C;
    border: 1px solid #DDDDDD;
    margin-bottom: 15px;
}
.msg{
    margin-bottom: 0;
}
.cart label,
.msg label{
    display: inline-block;
    width: 90px;
    text-align: right;
    font-size: 1.25rem;
    letter-spacing: 2px;
}
.msg label{
    letter-spacing: 5px;
}
.cart input,
.msg input{
   border: 0;
   margin-left: 12px;
   height: 30px;
   width: 280px;
}
.msg input{
    width: 150px;
}
#v_container{
    display: inline-block;
    width: 104px;
    margin-left: 10px;
    background-size: cover;
    height: 30px;
    vertical-align: middle;
    padding: 0 8px;
    position: relative;
}
#verifyCanvas{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}
.btn{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
#submit{
    border: 1px solid #fafafa;
    width: 400px;
    height: 35px;
    background: -webkit-linear-gradient(#fafafa, #e5e5e5);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fafafa, #e5e5e5);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fafafa, #e5e5e5);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#fafafa, #e5e5e5);
    /* 标准的语法（必须放在最后） */
}

/* 错误消息提示 */
#err_msg{
    line-height: 30px;
    min-height: 30px;
    width: 400px;
    /* border: 1px solid red; */
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: red;
}

.select_body table {
    width: 600px;
    font-size: 1.2rem;
    color: #575757;
    font-weight: 500;
    margin: 0 auto;
}
.select_body td{
    border: 1px solid rgb(107, 106, 106);
}
.select_body table tr>td:first-child {
    width: 35%;
    padding: 4% 3%;
}

.select_body table tr>td:last-child {
    width: 65%;
    padding: 4% 3%;
}