.main .background-image {
    width: 115%;
}
.main .content {
    height: 708px;
}
.main-content-index {
    color: #FFF;
    height: 390px;
    width: 100%;
    margin-top: 158px;
    padding-left: 27%;
    box-sizing: border-box;
    overflow: hidden;
}
.main .content h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 200;
    margin-top: 56px;
    margin-bottom: 24px;
}
.main .content ul {
    font-size: 18px;
    line-height: 18px;
    font-weight: 200;
    overflow: hidden;
    width: 500px;
}
.main .content li {
    float: left;
    padding: 0 10px;
    margin: 8px 0;
    border-right: solid 1px #FFF;
}
.main .content .no-break-line {
    border: none;
}
.main .tel, .main .tel:hover {
    font-size: 24px;
    font-weight: 200;
    display: block;
    height: 64px;
    border: 2px solid #FFF;
    color: #FFF;
    text-decoration: none;
    width: 500px;
    text-align: center;
    line-height: 60px;
    margin-top: 56px;
}
.mobile-image {
    display: none;
}

.register-form {
    background: #FFF;
}
.register-form .content {
    padding-top: 108px;
    padding-bottom: 108px;
}
.register-form h2 {
    color: #3A3A3D;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: 200;
    float: left;
}
.register-form > .content > p {
    color: #999;
    line-height: 18px;
    font-size: 18px;
    margin: 6px 0 6px 14px;
    padding-left: 14px;
    border-left: 1px solid #999;
    display: inline-block;
}
.register-form form {
    padding-top: 30px;
    height: 70px;
    box-sizing: content-box;
}
.register-form input {
    width: 230px;
    border: #FFF;
    outline: none;
    border-bottom: solid 2px #959B9A;
    padding: 11px 10px;
    box-sizing: content-box;
    font-size: 18px;
    line-height: 18px;
    margin-right: 80px;
    display: block;
    float: left;
    margin-top: 24px;
    color: #3A3A3D;
}
.register-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #CCC;
}
.register-form input::-moz-placeholder { /* Firefox 19+ */
    color: #CCC;
}
.register-form input:-ms-input-placeholder { /* IE 10+ */
    color: #CCC;
}
.register-form input:-moz-placeholder { /* Firefox 18- */
    color: #CCC;
}
.register-form .form-result {
    height: 100px;
    margin-top: -30px;
    width: 230px;
    float: right;
    display: none;
}
.register-form .form-result > p {
    margin: 0;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 22px;
}
.register-form .form-result > span {
    height: 48px;
    width: 48px;
    border-radius: 24px;
    background: #F2F2F2;
    display: block;
    line-height: 48px;
    font-size: 30px;
    color: #009245;
    text-align: center;
    margin-bottom: 8px;
}

#btn-register {
    width: 230px;
    padding: 0;
    border: none;
    background: #00D3C8;
    font-size: 24px;
    font-weight: 200;
    color: #FFF;
    line-height: 60px;
    height: 70px;
}

.intro img {
    width: 600px;
    float: left;
    margin-right: 50px;
}
.intro .content {
    padding-top: 94px;
    padding-bottom: 50px;
}
.intro .content > p {
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}
.intro h2 {
    font-size: 42px;
    margin: 40px 0;
    line-height: 42px;
    font-weight: 200;
}
.intro a, .intro a:hover {
    color: #00D3C8;
    text-decoration: none;
}

.service .content {
    padding: 56px 0 84px;
}
.service h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 200;
    text-align: center;
    padding: 0 0 64px;
    margin: 0;
}
.service .content > ul > li {
    width: 390px;
    margin-right: 25px;
    float: left;
}
.service ul > li:last-child {
    margin-right: 0;
}
.service .vip-card {
    width: 390px;
    height: 240px;
}
.service .vip-card > img {
    width: 100%;
    height: 100%;
}
.service h3 {
    width: 390px;
    font-size: 24px;
    line-height: 24px;
    padding: 28px 0;
    margin: 0;
    font-weight: 200;
    background: #FFF;
    text-indent: 28px;
}
.service .rights li {
    width: 390px;
    font-size: 18px;
    line-height: 20px;
    padding: 20px 0;
    background: #FFF;
    margin-top: 2px;
    color: #666;
}
.service .rights li::before {
    content: '';
    float: left;
    margin-left: 28px;
    margin-right: 12px;
    height: 20px;
    width: 16px;
    background: url("icon-check.png")/*tpa=http://www.huayicare.com/wp-content/themes/huayi/img/icon-check.png*/ no-repeat center;
}
.service a, .service a:hover {
    width: 390px;
    font-size: 18px;
    line-height: 20px;
    padding: 20px 0;
    background: #FFF;
    margin-top: 2px;
    color: #00D3C8;
    text-indent: 28px;
    display: block;
    text-decoration: none;
    border-bottom: 2px solid #00D3C8;
}

.flow {
    position: relative;
    overflow: hidden;
}
.flow .background-image {
    z-index: -2;
}
.flow .mask {
    background: rgba(0, 211, 190, 0.9);
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}
.flow .content {
    z-index: 1;
    color: #FFF;
    padding-top: 76px;
    padding-bottom: 88px;
}
.flow h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 0;
    text-align: center;
    font-weight: 200;
}
.flow .content > ul {
    overflow: hidden;
    margin-top: 100px;
}
.flow .content > ul > li {
    float: left;
    width: 244px;
    text-align: center;
}
.flow .order {
    font-size: 100px;
    font-weight: 100;
    line-height: 100px;
}
.flow h3 {
    font-size: 30px;
    margin-top: 34px;
    font-weight: 200;
}
.flow .breakline {
    border: none;
    border-bottom: 2px solid #FFF;
    width: 80px;
    margin: 20px auto 0;
}
.flow .list {
    margin-top: 12px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 200;
}
.flow .tel, .flow .tel:hover {
    font-size: 24px;
    font-weight: 200;
    display: block;
    height: 90px;
    border: 2px solid #FFF;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 86px;
    margin: 80px auto 0;
    width: 750px;
}

.expert .content {
    padding: 108px 0 54px;
    text-align: center;
}
.expert h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 200;
    text-align: center;
    margin: 0;
}
.expert .list {
    margin-top: 60px;
    overflow: hidden;
}
.expert .list li {
    background: #FFF;
    float: left;
    width: 390px;
    margin-right: 25px;
    padding-bottom: 46px;
}
.expert .list li:last-child {
    margin-right: 0;
}
.expert h3 {
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;
    margin: 28px 0 16px;
    color: #1A1A1A;
    text-align: left;
    padding-left: 20px;
}
.expert img {
    width: 100%
}
.expert p {
    font-size: 18px;
    line-height: 1;
    padding: 0 20px;
    color: #666;
    text-align: left;
    font-weight: 200;
}
.expert a, .expert a:hover {
    font-size: 18px;
    line-height: 18px;
    margin-top: 48px;
    color: #00D3C8;
    display: block;
    text-decoration: none;
}

.feeds .content {
    padding: 54px 0 78px;
    text-align: center;
}
.feeds h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 200;
    text-align: center;
    margin: 0;
}
.feeds .list {
    margin-top: 70px;
    overflow: hidden;
}
.feeds .list li {
    float: left;
    width: 325px;
    height: 350px;
    margin-left: 20px;
    background: #FFF;
    text-align: left;
    position: relative;
}
.feeds h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 0 18px;
    font-weight: 400;
}
.feeds .source {
    padding-left: 18px;
    font-size: 18px;
    line-height: 1em;
    color: #999;
    font-weight: 200;
    position: absolute;
    bottom: 20px;
}
.feeds .list .first {
    width: 530px;
    height: 350px;
    position: relative;
    margin-left: 0;
}
.feeds .list a, .feeds .list a:hover {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}
.feeds .first img {
    width: 100%;
    height: 100%;
}
.feeds .first h3 {
    font-size: 24px;
    line-height: 24px;
    padding: 28px 130px 28px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: 200;
}
.feeds .list img {
    width: 100%;
}
.feeds .content > a, .feeds .content > a:hover {
    font-size: 18px;
    line-height: 18px;
    margin-top: 48px;
    color: #00D3C8;
    display: block;
    text-decoration: none;
}

.partner {
    background: #3F3F3F;
}
.partner .content {
    padding: 108px 0 0;
}
.partner h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 200;
    text-align: center;
    margin: 0;
    color: #FFF;
}
.partner .list {
    overflow: hidden;
    margin-top: 72px;
}
.partner .list li {
    float: left;
}
.partner .list li:nth-child(2) {
    margin-left: 33px;
}
.partner .list li:nth-child(3) {
    margin-left: 34px;
}

@media screen and (max-width: 767px) {
    .main .background-image {
        width: 150% !important;
        margin-left: -20%;
    }
    .main .content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .main-content-index {
        height: 278px;
        margin: 40px 0 0 20px;
        width: 184px;
        padding-left: 14px;
        box-sizing: border-box;
    }
    .main .content h1 {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 100;
        margin-top: 28px;
        margin-bottom: 12px;
    }
    .main .content ul {
        width: auto;
    }
    .main .content li, .main .content .no-break-line {
        clear: both;
        display: block;
        font-size: 10px;
        font-weight: 100;
        line-height: 1.2;
        border-right: solid 1px #FFF;
        padding: 0 10px;
        margin: 4px 0;
    }
    .main .content li:nth-child(even) {
        border: none;
        clear: none;
    }
    .main .tel, .main .tel:hover {
        width: 154px;
        height: 44px;
        font-size: 12px;
        line-height: 1.6;
        border-width: 1px;
        margin-top: 18px;
        padding: 3px 0 0;
    }
    .main .tel span {
        display: block;
    }
    .register-form .content {
        padding: 28px 14px 32px;
    }
    .register-form form {
        height: auto;
        padding-top: 20px;
    }
    .register-form h2 {
        font-size: 18px;
    }
    .register-form > .content > p {
        font-size: 14px;
        border: 0;
        padding: 0;
        margin: 10px 0 0;
        font-weight: 200;
    }
    .register-form input {
        margin: 0;
        font-size: 14px;
        font-weight: 200;
        border-width: 1px;
        width: 148px;
        padding-left: 0;
        padding-right: 0;
        float: inherit;
    }
    #btn-register {
        float: right;
        width: 128px;
        height: 44px;
        font-size: 18px;
        line-height: 44px;
        margin-top: 28px;
    }
    .register-form .form-result {
        height: 44px;
        line-height: 44px;
        width: 280px;
        margin-top: 28px;
    }
    .register-form .form-result > span {
        float: left;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 24px;
        margin:  2px 10px 2px 0;
    }
    .intro .content {
        padding: 28px 14px;
    }
    .intro img {
        width: 100%;
        margin: 0;
        float: inherit;
    }
    .intro h2 {
        font-size: 18px;
        font-weight: 200;
        margin: 30px 0 14px;
        line-height: 1;
    }
    .intro .content > p {
        font-size: 13px;
        font-weight: 200;
        line-height: 1.6;
    }
    .service .content {
        padding: 18px 14px;
    }
    .service h2 {
        font-size: 18px;
        font-weight: 200;
        padding: 0;
        line-height: 1.8;
    }
    .service .content > ul {
        width: 100%;
    }
    .service .content > ul > li {
        width: 100%;
        float: inherit;
        margin-right: 0;
        margin-top: 10px;
    }
    .service .vip-card {
        width: 100%;
        height: auto;
    }
    .service .vip-card > img {
        width: 100%;
        height: 100%;
    }
    .service h3 {
        width: 100%;
        font-size: 18px;
        font-weight: 200;
        padding: 18px 0;
    }
    .service .rights li {
        width: 100%;
        font-size: 14px;
        font-weight: 200;
        padding: 16px 0;
    }
    .service a, .service a:hover {
        width: 100%;
        font-size: 14px;
        font-weight: 200;
        padding: 16px 0;
        border-width: 1px;
    }
    .flow .background-image {
        display: none;
    }
    .flow .mobile-image {
        width: 100% !important;
        display: block;
    }
    .flow .content {
        position: absolute;
        top: 0;
        padding: 26px 0;
    }
    .flow h2 {
        font-size: 18px;
        line-height: 1;
        font-weight: 200;
    }
    .flow .content > ul {
        margin-top: 20px;
    }
    .flow .mask {
        position: absolute;
        top: 0;
    }
    .flow .content > ul > li {
        width: 29%;
        margin: 2%;
    }
    .flow .order {
        font-size: 28px;
        font-weight: 100;
        line-height: 1;
    }
    .flow h3 {
        font-size: 18px;
        margin: 8px auto;
    }
    .flow .breakline {
        border-width: 1px;
        width: 34px;
        margin-top: 8px;
    }
    .flow .list {
        margin-top: 4px;
        font-size: 10px;
        line-height: 1.4;
        font-weight: 100;
        -webkit-transform: scale(0.8);
        -o-transform: scale(1);
    }
    .flow .tel, .flow .tel:hover {
        width: 80%;
        height: 50px;
        margin-top: 22px;
        border-width: 1px;
        font-size: 12px;
        line-height: 1.6;
        padding-top: 6px;
    }
    .flow .tel > span {
        display: block;
    }
    .expert .content {
        padding: 20px 0;
    }
    .expert h2 {
        font-size: 18px;
        line-height: 1;
        font-weight: 200;
    }
    .expert .list {
        margin: 20px 0 0;
    }
    .expert .list li {
        width: 43%;
        margin: 0 3.5% 20px;
        padding-bottom: 18px;
    }
    .expert .list li img {
        width: 100%;
    }
    .expert h3 {
        font-size: 12px;
        line-height: 1;
        margin: 14px 0 8px;
        padding-left: 8px;
        letter-spacing: 0;
    }
    .expert p {
        font-size: 12px;
        padding: 0 8px;
        line-height: 1.6;
        font-weight: 200;
        margin: 0;
    }
    .expert a, .expert a:hover {
        font-size: 12px;
        line-height: 1;
        margin: 0;
    }
    .feeds .content {
        padding: 20px 14px;
    }
    .feeds h2 {
        font-size: 18px;
        line-height: 1;
        font-weight: 200;
    }
    .feeds .list {
        margin-top: 20px;
    }
    .feeds .list .first, .feeds .list li {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-bottom: 16px;
        padding-bottom: 10px;
    }
    .feeds .list .first {
        padding-bottom: 0;
    }
    .feeds .list img {
        width: 100%;
        height: auto;
    }
    .feeds .first h3 {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0 14px;
        font-weight: 200;
    }
    .feeds .source {
        position: inherit;
    }
    .feeds h3 {
        font-size: 16px;
        font-weight: 200;
        line-height: 1.6;
        margin: 10px 0;
        padding: 0 14px;
    }
    .feeds .source {
        font-size: 12px;
        padding-left: 14px;
        line-height: 1;
    }
    .feeds .content > a, .feeds .content > a:hover {
        font-size: 12px;
        line-height: 1;
        margin: 0;
    }
    .partner {
        margin-bottom: -1px;
    }
    .partner .content {
        padding: 28px 0 16px;
    }
    .partner h2 {
        font-size: 18px;
        line-height: 1;
        font-weight: 200;
    }
    .partner .list {
        width: 80%;
        margin: 28px auto 0;
    }
    .partner .list li {
        float: inherit;
        margin-bottom: 14px;
    }
    .partner .list img {
        width: 100%;
    }
    .partner .list li:nth-child(2) {
        margin-left: 0;
    }
    .partner .list li:nth-child(3) {
        margin-left: 0;
    }
}
