



/*表单*/
.choose_good_form{
    width: 670px;
    float: left;
    border-right: 1px solid rgba(255,255,255,0.1);
    padding-right: 60px;
}
.my_box{
    height:48px;
    line-height:48px;
    overflow:hidden;
    margin-bottom:12px;
    clear:both;
}
.my_left{
    float:left;
    height:48px;
    width:118px;
    line-height:48px;
    text-align:center;
    color: #333;
}
.my_right{
    position: relative;
    width: calc(100% - 126px);
    display:inline-block;
    padding: 0 4px;
    color: #333;
}
.my_right select{
    height:42px;
    padding:0 8px;
    background:none;
    background-color: #333;
    border:1px solid rgba(255,255,255,0.2);
    width:483px;
    color: #fff;
    font-size:16px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif;
}
.my_right select:focus,.my_right input[type=text]:focus{
    border:1px solid rgba(255,255,255,1.0);
    outline: none;
}
.big_text{
    font-size:18px;
    color:#e69800;
}
.my_right input[type=text]{
    height:42px;
    background:none;
    border:1px solid rgba(0, 0, 0, 0.2);
    width:480px;
    color: #2e3346;
    padding:0 8px;
    font-size:16px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif;
}
.lab1{
    display:inline-block;
    height:36px;
    line-height:36px;
    padding:0px 16px;
    text-align:center;
    border:1px solid rgba(255,255,255,0.2);
    cursor:pointer;
    font-size:16px;
    color:rgba(255,255,255,0.6);
    transition:ease 0.3s;
}
.lab1 input[type=checkbox]{
    display:none;
}

.lab1:hover{
    background: rgba(255,255,255,0.46);
    color:#fff;
}
.checked{
    background: rgba(255,255,255,0.46);
    color:#fff;
}
input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
    letter-spacing:1px;
}
/*选项卡*/
.pay_box{
    float: left;
    border:1px solid rgba(255,255,255,0.1);
    overflow:hidden;
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 3px;
}
.pay_menu{
    height:50px;
    line-height:50px;
    background:rgba(255,255,255,0.2);
    overflow:hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}
.pay{
    float:left;
    height:50px;
    padding:0 50px;
    text-align:center;
    cursor:pointer;
}
.checked1{
    background:#e69800;
    color:#fff;
}
.pay_list1,.pay_list2{
    padding:20px 0 0 0;
    border-top:none;
}