.container-fluid {
    width: 100%;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

/***************** 择校 **********************/
.header-banner {
    position: relative;
    overflow: hidden;
}
.header-banner img {
    width: 100%;
    height: auto;
}

.nav-area{
    padding: 30px 0;
    background: #F2F2F2;
}
.nav-list {
    width: 1020px;
    margin: 0 auto;
}
.nav-list .item {
    height: 60px;
    line-height: 60px;
    color: #1E234F;
    font-size: 20px;
    padding: 0 48px;
    cursor: pointer;
}
.nav-list .item:hover,
.nav-list .item.active {
    border-radius: 30px;
    background: #FDCD51;
    font-weight: bold;
}
.section {
    position: relative;
}
.section img {
    width: 100%;
    height: auto;
}
.section button {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.section:nth-of-type(1) button {
    bottom: 7%;
}
.section:nth-of-type(2) button {
    bottom: 15.4381%;
}
.section:nth-of-type(3) button {
    bottom: 6.98795%;
}
.section:nth-of-type(4) button {
    bottom: 14.456%;
}
.section:nth-of-type(5) button {
    bottom: 9.4117%;
}
.section:nth-of-type(6) button {
    bottom: 8.8987%;
}

.page-footer {
    position: relative;
}
.page-footer img {
    width: 100%;
    height: auto;
}
.page-footer .btn {
    position: absolute;
    top: 56%;
    left: 40.625%;
    transform: translateY(-50%);
    border: none;
    outline: none;
    background: none;
    padding: 0;
}

.page-layout {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(27, 27, 27, .6);
    display: none;
    z-index: 6666;
}
.layout-content {
    position: absolute;
    width: 655px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.layout-header {
    height: 67px;
    background: url('//www-static.zhan.com/web/frontend/templates/guoji/image/header.png') no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
}
.layout-close {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 19px;
    top: 35px;
    background: url('//www-static.zhan.com/web/frontend/templates/guoji/image/icon-close.png') no-repeat;
    background-size: cover;
    cursor: pointer;
}
.layout-body {
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    margin-top: -20px;
    padding-bottom: 70px;
}
.layout-title {
    width: 350px;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    color: #23284A;
    text-align: center;
    margin: 0 auto 37px;
    padding-top: 74px;
}
.layout-title span {
    color: #E35D52;
}
.layout-content .form-group {
    width: 531px;
    height: 60px;
    border-radius: 30px;
    background: #F6F6F6;
    margin: 0 auto 18px;
    position: relative;
}
.layout-content .form-group.last {
    margin-top: 30px;
}
.layout-content .form-group input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 135px;
    outline: none;
    box-sizing: border-box;
}
.layout-content .error-info {
    position: absolute;
    top: -24px;
    left: 20px;
    font-size: 14px;
    color: #FF0000;
    display: none;
}
.layout-content .form-group .w135 {
    width: 135px;
    right: 0;
}
.layout-content .form-group .w153 {
    width: 153px;
    right: 180px;
}
.layout-content .form-group .w351 {
    width: 351px;
    padding-right: 153px;
}
.layout-content .form-group .btn {
    width: 180px;
    height: 60px;
    border: none;
    outline: none;
    background:  #FF7E69;
    font-size: 18px;
    color: #fff;
    padding: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.layout-content .form-group .btn[disabled] {
    color: #2A2E50;
    background: #eee;
}
.layout-content .form-group .graph-code {
    width: 149px;
    height: 46px;
    background: #F6F6F6;
    margin-right: 31px;
    margin-top: 7px;
}
.layout-content .confirm-btn {
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, #E25C51 0%, #FF7E69 100%);
    background: -o-linear-gradient(90deg, #E25C51 0%, #FF7E69 100%);
    background: -moz-linear-gradient(90deg, #E25C51 0%, #FF7E69 100%);
    background: linear-gradient(90deg, #E25C51 0%, #FF7E69 100%);
    color: #fff;
    font-size: 24px;
    border: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 8px;
    border-radius: 30px;
}
.layout-result {
    text-align: center;
    display: none;
}
.layout-result img {
    display: inline-block;
    margin-top: 80px;
}
.layout-result .result-success {
    font-size: 30px;
    font-weight: 800;
    color: #E35E52;
    line-height: 60px;
    margin: 20px 0;
}
.layout-result .result-msg {
    font-size: 24px;
    font-weight: 500;
    color: #E86B5F;
    line-height: 1;
    margin-bottom: 67px;
}
.layout-result .close-btn {
    width: 197px;
    height: 60px;
    background: linear-gradient(90deg, #E25C51 0%, #FF7E69 100%);
    border-radius: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
}

/*********** 头部表单 *************/
.header-form {
    width: 455px;
    height: 586px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 1px 38px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    bottom: 0;
    right: 13.4896%;
    padding-top: 31px;
    box-sizing: border-box;
    transform-origin: right bottom;
}
.header-form .icon {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    position: relative;
}
.header-form .icon:before,
.header-form .icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 130px;
    height: 1px;
    background: #E35D51;
    opacity: 0.2;
    top: 50%;
    transform: translateY(-50%);
}
.header-form .icon:before {
    left: -143px;
}
.header-form .icon:after {
    right: -143px;
}
.header-form .form-title {
    width: 350px;
    font-size: 30px;
    color: #23284A;
    line-height: 42px;
    margin: 27px auto 44px;
    text-align: center;
}
.header-form .form-title span {
    color: #E35D52;
}
.header-form .form-group {
    position: relative;
    width: 360px;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    margin: 0 auto 23px;
}
.header-form .form-group:last-child {
    margin-top: 46px;
    margin-bottom: 0;
}
.header-form .form-group input {
    width: 100%;
    height: 60px;
    padding:  0 20px;
    font-size: 18px;
    box-sizing: border-box;
}
.header-form .form-group .w230 {
    width: 230px;
}
.header-form .form-group .btn {
    width: 130px;
    height: 60px;
    font-size: 18px;
    color: rgba(42, 46, 80, 0.5);
    line-height: 30px;
    background: #FFD567;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border: none;
    outline: none;
}
.header-form .form-group .btn[disabled] {
    background: #eee;
    cursor: not-allowed;
}
.header-form .graph-code {
    width: 110px;
    height: 40px;
    margin: 10px 20px 10px 0;
}
.header-form .form-group .confirm-btn {
    width: 360px;
    height: 60px;
    font-size: 24px;
    font-weight: 500;
    color: #333465;
    background: #FFD567;
    border-radius: 30px;
    letter-spacing: 4px;
    border: none;
    outline: none;
    cursor: pointer;
}
.header-form .error-info {
    position: absolute;
    font-size: 14px;
    color: #FF0000;
    line-height: 30px;
    left: 20px;
    top: -40px;
    display: none;
}
input::-webkit-input-placeholder{
    color: rgba(42, 46, 80, .5);
    font-size: 18px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: rgba(42, 46, 80, .5);
    font-size: 18px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: rgba(42, 46, 80, .5);
    font-size: 18px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: rgba(42, 46, 80, .5);
    font-size: 18px;
}
@media screen and (max-width: 1560px) {
    .header-form {
        transform: scale(.8);
    }
    .layout-content {
        transform: translate(-50%, -50%) scale(.9);
    }
}
button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}