@font-face { font-family: Rubik;  src:url('../fonts/Rubik-Regular.woff.ttf') format('truetype');}
@font-face {font-family: Rubik-Medium; src:url('../fonts/Rubik-Medium.woff.ttf') format('truetype');}
@font-face {font-family: Rubik-Bold;src:url('../fonts/Rubik-Bold.woff.ttf') format('truetype');}
@font-face {font-family:Rubik-MediumItalic;src:url('../fonts/Rubik-MediumItalic.woff.ttf') format('truetype');}
.affPayment legend{
    color: #2B2B2B;
    font-size: 20px;
}
/* .bootstrap-select.btn-group .btn .filter-option,#form_pos_reg{
    color: #9A9A92;
} */
.affPayment .form-horizontal .control-label{
    font-size: 15px;
    font-weight: 600;
    color: #2B2B2B;
}
.affPayment .radio label .iconroing{
    border: 1px solid #FCB819;
    margin-right: 2px;
}
.affPayment .radio label input:checked+i{
    width:16px;
    height: 16px;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 50%;
    background: #FFF;
    position: relative;
    border: 1px solid #FCB819;
}
.affPayment .radio label input:checked+i:after {
    content: "";
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -4px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FCB819;
}
.affPayment .radio label input:checked+i+span{
    color: #FCB819 ;
}
.form-horizontal .radio{
    margin-left: 10px;
}
.payTxt{
    position: relative;
}
.affPayment .payTxt span{
    position: absolute;
    width:80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    background: #FCB819;
    opacity: 1;
    border-radius: 2px;
    font-size: 14px;
    color: #2B2B2B;
    right: 0;
    top: -30px;
}
#content{
    /* min-width: 750px; */
}
#content input{
    text-align: left;
}

.form_item .item_title{
    font-size: 15px;
    color: #2B2B2B;
    margin-bottom: 20px;
    display: flex;
    font-weight: 600;
    justify-content: flex-start;
}
.flexBox{
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.flexBox>div{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.affPayment .form-horizontal .control-label span,.flexBox>div>span,.form_item .item_title span,.form_web span,.form_com span{
    color: #FF5050;
    font-size: 15px;
    margin-right: 2px;
}
.form_web .form_head,.form_com .form_head{
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin-right: 20px;
}
.item input{
    height: 38px;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #fff;
}
.item .border_box input:hover,.item .border_box input:focus{
    background-color: #fff;
}
.item .border_box{
    width: 200px;
    padding-left:6px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    background-color: #fff;
}
.border_box input{
    width: 95%;
}
.form_pos div select{
    height: 40px;
    width: 198px;
    border:1px solid #D9D9D9;
    border-radius: 2px;
    outline: none;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 14px;
}
.calc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.calc p{
    cursor: pointer;
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FCB819;
    opacity: 1;
    border-radius: 3px;
    color: #2B2B2B;
    font-size: 16px;
    border:none;
    margin-top: 54px;
}
.calc p:hover{
    background: #EFAC11;
}
.errorTips{
    margin-top: -27px;
    margin-bottom: 10px;
    background: #FF6565;
    position: relative;
    color: #fff;
    padding: 2px 0 2px 37px;
    display: none;
}
.errorTips span{
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background: #FF9696;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
} 


.form_name div:nth-of-type(1){
    margin-right: 20px;
}
.fill_box .w420 .border_box{
    width: 430px;
}
.fill_box .w420 .border_box input{
    width: 402px;
}

.maskSkip{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,0.2);
    display: none;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.maskSkip .skip{
    width: 95%;
    max-width: 428px;
    background: #fff;
    height: 248px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
}
.maskSkip .skip>p{
    color: #666666;
    font-size: 14px;
    margin: 16px 26px 54px 26px;
}
.maskSkip .skip p.tips{
    margin-left: 26px;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 18px;
    color: #2B2B2B;
    font-weight: 500;
}
.maskSkip .skip .bot{
    display: flex;
    justify-content: center;
    align-items: center;
}
.maskSkip .skip .bot p{
    width: 96px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #0A1100;
    border-radius: 3px;
    cursor: pointer;
}
.maskSkip .skip .bot p:nth-of-type(2){
    background: #FCB819;
    margin-left: 16px;
}
.maskSkip .skip .bot p:nth-of-type(1){
    background: #ECECEC;
}

.fill_box .form_item .border-28c{
    border-color: #2B2B2B;
}
.border-red,.border-red .Checkbox+label{
    border:1px solid #FF4D4D !important;
}
.red-color,.red-color span{
    color: #FF4D4D !important;
}



.fill_box .btn-default{
    background: #fff;
    color: #2B2B2B;
    border: 1px solid #D9D9D9;
}
.stepbox .stepcont .item ul li{
    width: 100%;
    margin-top: 8px !important;
}
.stepbox .stepcont .item ul li a{
    padding-left: 10px !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,.dropdown-menu > li > a:hover{
    background: #EFAC11 !important;
    color: #fff !important;
}
.fill_box .btn-group.open .dropdown-toggle{
    border-color: #2B2B2B;
}
.fill_box .bootstrap-select .btn:focus{
    outline: none !important;
}
.btn-group.open .dropdown-toggle{
    box-shadow: none !important;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
    background: #fff !important;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
    background: #fff;
}
.fill_box .btn-default{
    height: 40px !important;
}
.bootstrap-select-searchbox input{
    background: #E9E9E9;
}
.caret{
    border-top: 4px dashed !important;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
}
.dropup .caret{
    border-bottom: 0px !important;
}


.form_com .com{
    margin-bottom: 0;
}
ul.breadcrumb{
    display: flex;
    align-items: center;
}

@media screen and (min-width: 320px) {
    .item .border_box{
        width: 95%;
    }
    .fill_box .w420 .border_box{
        width: 95%;
    }
    .fill_box .w420 .border_box input{
        width: 100%;
    }
    #content{
        width: 100%;
        margin-right: 0;
        padding-right:5px;
        padding-left:5px;
        border-radius: 7px;
    }
    .fill_box{
        width: 100%;
    }
    #affiliate-login .row{
        margin-left: 0;
        margin-right: 0;
    }
    .form_name div:nth-of-type(1){
        margin-right: 2%;
    }
    .form_name div{
        width: 48%;
    }
    .affPayment legend{
        font-weight: 600;
        margin-bottom: 10px;
    }
    .form-group{
        flex-direction: column;
        justify-content: flex-start;
    }
    .affPayment .radio label{
        margin-bottom: 0;
    }
    .form_pos>div{
        margin-left: 0 !important;
    }
    .form_pos>div:nth-of-type(1){
        margin-right: 8px;
    }
    .form_pos>div:nth-of-type(1),.form_pos>div:nth-of-type(2){
        width: 48%;
    }
    .form_pos>div:nth-of-type(3){
        margin-top: 10px;
    }
    .form_pos>div:nth-of-type(3) select{
        width: 100%;
    }
    .form_pos>div:nth-of-type(3) .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]){
        width: 95%;
        margin-top: 10px;
    }
    .form_bus{
        width: 100% !important;
    }
    .form_bus>div{
        width: 100%;
    }
    .form_bus .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]){
        width: 95%;
        margin-bottom: 10px;
    }
    .form_bus>div:nth-of-type(2){
        margin-left: 7px !important;
    }
    .form_bus>div:nth-of-type(2) .border_box{
        width: 98%;
    }
    .form_web div,.form_com div{
        flex-direction: column;
    }
    .form_web .border_box,.form_com .border_box{
        margin-left: 10px;
    }
    .calc p{
        width: 95%;
        margin-top: 23px;
    }
    .maskSkip .skip{
        height: 248px;
    }
    .maskSkip .skip>p{
        margin: 16px 26px 22px 26px;
    }
}
@media screen and (min-width: 750px) {
    .form_bus .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]){
        width: 200px;
        margin-bottom: 0px;
    }
    .form_bus>div:nth-of-type(2) .border_box{
        width: 430px;
    }
    .item .border_box{
        width: 200px;
    }
    .fill_box .w420 .border_box{
        width: 430px;
    }
    #content{
        width: 73.5%;
        padding-right:15px;
        padding-left:15px;
    }
    .fill_box .w420 .border_box input{
        width: 402px;
    }
    .form_name div:nth-of-type(1){
        margin-right: 20px;
    }
    .form_name div{
        width: auto;
    }
    .affPayment legend{
        margin-bottom: 20px;
    }
    .affPayment .radio label{
        margin-bottom: 25px;
    }
    .form_pos>div:nth-of-type(1){
        margin-right: 0px;
    }
    .form_pos>div:nth-of-type(1),.form_pos>div:nth-of-type(2),.form_pos>div:nth-of-type(3){
        width:auto;
    }
    .form_pos>div:nth-of-type(2),.form_pos>div:nth-of-type(3){
        margin-left: 12px !important;
    }
    .form_pos>div:nth-of-type(3){
        margin-top: 0px;
    }
    .form_pos>div:nth-of-type(3) select{
        width: 198px;
    }
    .form_pos>div:nth-of-type(3) .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]){
        width:220px;
        margin-top: 0;
    }
    .form_bus>div{
        width: auto;
    }
    .form_bus>div:nth-of-type(2){
        margin-left: 20px !important;
    }
    .form_web div,.form_com div{
        flex-direction: row;
    }
    .form_web .border_box,.form_com .border_box{
        margin-left: 0px;
    }
    .calc p{
        width: 145px;
        margin-top: 54px;
    }
    .maskSkip .skip{
        height: 248px;
    }
    .maskSkip .skip>p{
        margin: 16px 26px 54px 26px;
    }
}