body {
    background: #F1F5FA;
}

/*---- 条件评估 ----*/
.assessment-box {
    width: 1100px;
    padding: 0 50px 50px;
    margin: 50px auto 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.assessment-title {
    margin-top: 44px;
    color: #212121;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.assessment-subtitle {
    margin-top: 12px;
    padding-bottom: 35px;
    color:#6E6E6E;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px dotted #9C9DAA;
}

.soon-assessment {
    color:#EF4639;
    font-size: 18px;
    font-weight: bold;
}

.grey-title {
    display: flex;
    align-items: center;
    width: 1100px;
    height: 46px;
    margin-top: 40px;
    background: #F9F8F8;
}

.blue-line {
    width: 3px;
    height: 16px;
    margin: 3px 10px 0 20px;
    background: #EF4639;
}

.intended-country {
    color: #212121;
    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: 112px;
    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: 87px;
    height: 57px;
    margin: 14px auto 0;
    border: 1px solid #E6ECF6;
}

.country-name {
    color: #212121;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.country-select-item .iconfont {
    position: absolute;
    bottom: 2px;
    right: 3px;
    color: #fff;
    z-index: 99;
}

.select-flag {
    position: absolute;
    bottom: -21px;
    right: -21px;
    width: 43px;
    height: 43px;
    background: #E6ECF6;
    transform: rotate(45deg);
}

.country-item-active {
    box-shadow: 0 0 0 1px #EF4639 inset;
}

.country-item-active .select-flag {
    background: #EF4639;
}

.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: #212121;
    font-size: 18px;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #EF4639;
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i {
    color: #EF4639;
}

.layui-unselect:hover span {
    color: #EF4639 !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 #ECECEC;
    border-radius: 5px;
    transition: .3s;
}

.input-box-item:last-child {
    margin: 0;
}

.input-box-item:hover {
    border: 1px solid #EF4639;
    box-shadow: 0 3px 10px rgba(0, 133, 249, 0.1);
    transition: .3s;
}

.input-box-title {
    height: 20px;
    padding: 0 10px 0 15px;
    color: #212121;
    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: #212121;
    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: #212121;
    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: #EF4639;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 1px rgba(239,70,57,0.3);
}


.our-promise {
    margin-left: 30px;
    padding-top: 28px;
    color: #6E6E6E;
    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: #212121;
    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;
    }
}
