body {
    background: #F1F5FA;
}

/*---- 条件评估 ----*/
.assessment-box {
    width: 1100px;
    padding: 0 50px 50px;
    margin: 50px auto 0;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.assessment-title {
    margin-top: 44px;
    color: #29345C;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.assessment-subtitle {
    margin-top: 12px;
    padding-bottom: 35px;
    color: #565872;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px dotted #9C9DAA;
}

.soon-assessment {
    color: #FF1C52;
    font-size: 18px;
    font-weight: bold;
}

.grey-title {
    display: flex;
    align-items: center;
    width: 1100px;
    height: 46px;
    margin-top: 40px;
    background: #F8FAFF;
}

.blue-line {
    width: 3px;
    height: 16px;
    margin: 3px 10px 0 20px;
    background: #0067ED;
}

.intended-country {
    color: #29345C;
    font-size: 18px;
    font-weight: bold;
}

.required-sign {
    color: #FF0000;
    font-size: 18px;
}

.country-select {
    display: flex;
    width: 1060px;
    margin: 30px auto 0;
}

.country-select-item {
    position: relative;
    width: 115px;
    height: 102px;
    text-align: center;
    margin-right: 20px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #E6ECF6 inset;
    cursor: pointer;
    overflow: hidden;
}

.country-select-item:last-child {
    margin: 0;
}

.country-select-item img {
    display: inline-block;
    width: 76px;
    height: 50px;
    margin: 12px auto 10px;
    border: 1px solid #E6ECF6;
}

.country-name {
    color: #29345C;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.country-select-item .iconfont {
    position: absolute;
    bottom: 2px;
    right: 3px;
    color: #fff;
    z-index: 99;
}

.select-flag {
    position: absolute;
    bottom: -14px;
    right: -14px;
    width: 30px;
    height: 30px;
    background: #E6ECF6;
    transform: rotate(45deg);
}
.icon-a-duihao4:before{
    font-size: 12px;
    /*margin-left: 7px;*/
    position: absolute;
    bottom: 0;
    right: -2px;

}
.country-item-active {
    box-shadow: 0 0 0 1px #0067ED inset;
}

.country-item-active .select-flag {
    background: #0067ED;
}

.radio-box {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    padding: 8px 0 0 20px;
}
.radio-box-item{
    width: 45%;
    margin: 6px 10px 0 0;
    padding-right: 10px;
}
.radio-box-item .layui-form-radio{
    width: 100%;
}
.radio-jap{
    display: none;
}
.grey-info-title {
    margin-top: 31px;
}

.layui-form-radio {
    width: 45%;
    line-height: 52px;
}

.layui-form-radio > i {
    font-size: 18px;
    margin-right: 15px;
}

.layui-form-radio * {
    color: #29345C;
    font-size: 18px;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #0067ED;
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i {
    color: #0067ED;
}

.layui-unselect:hover span {
    color: #0067ED !important;
}

.input-box {
    display: flex;
    width: 1100px;
    margin-top: 44px;
}

.input-box-item {
    display: flex;
    align-items: center;
    width: 348px;
    height: 48px;
    margin-right: 25px;
    border: 1px solid #E6ECF6;
    border-radius: 5px;
    transition: .3s;
}

.input-box-item:last-child {
    margin: 0;
}

.input-box-item:hover {
    border: 1px solid #0085F9;
    box-shadow: 0 3px 10px rgba(0, 133, 249, 0.1);
    transition: .3s;
}

.input-box-title {
    height: 20px;
    padding: 0 10px 0 15px;
    color: #29345C;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #CFD2DD;
}

.input-box-title-red {
    color: #FF0000;
}

.input-box-info {
    width: 76%;
}

.input-box-info input {
    outline: none;
    border: none;
    color: #29345C;
    font-size: 16px;
}

.other-situations {
    width: 1098px;
    height: 208px;
    margin-top: 29px;
    border: 1px solid #E6ECF6;
    border-radius: 5px;
    transition: .3s;
}

.other-situations:hover {
    border: 1px solid #0085F9;
    transition: .3s;
}

.other-situations-title {
    width: 1065px;
    margin: 0 auto;
    padding: 18px 0;
    color: #29345C;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #E6ECF6;
}

.programme-box .layui-form-item .layui-input, .layui-textarea {
    line-height: 17px;
}

.other-situations-content {
    padding: 13px 5px;
    -ms-overflow-style: none;
}

.other-situations-content textarea {
    padding: 0 14px;
    background: #fff;
    height: 135px;
    resize: none;
}

.first-form-btn {
    display: flex;
    margin-top: 24px;
}

.first-form {
    width: 180px;
    height: 50px;
    background: #0085F9;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 133, 249, 0.3);
}


.our-promise {
    margin-left: 30px;
    padding-top: 28px;
    color: #565872;
    font-size: 16px;
}

.layui-form-checkbox[lay-skin=primary] {
    display: block;
    width: 47%;
    margin-bottom: 40px;
}

.layui-form-checkbox[lay-skin=primary] span {
    padding-left: 5px;
    color: #29345C;
    font-size: 18px;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #0067ED !important;
    background-color: #0067ED;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #0067ED;
}

.check-box {
    height: 93px;
    padding-top: 31px;
    overflow: hidden;
}

.assessment-advantage {
    background: #F1F5FA;
    height: auto;
    padding: 7px 0 50px;
}

.first-form-box {
    display: block;
}

.second-form-box {
    display: none;
}

.three-form-box {
    display: none;
}

/*@media screen and (max-width:1300px) {*/
/*    .assessment-box {*/
/*        width: 1040px;*/
/*    }*/

/*    .grey-title {*/
/*        width: 1040px;*/
/*    }*/

/*    .country-select {*/
/*        width: 1000px;*/
/*    }*/

/*    .radio-box {*/
/*        width: 1000px;*/
/*    }*/

/*    .input-box {*/
/*        width: 1040px;*/
/*    }*/

/*    .other-situations {*/
/*        width: 1039px;*/
/*    }*/

/*    .other-situations-title {*/
/*        width: 1005px;*/
/*    }*/
/*}*/
