body {
    background-image: url("../imgs/bg.png") !important;
    background-size: 100% auto;
    font-size: medium;
}

* {
    margin: 0;
    padding: 0;
}

.cont {
    width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 50px;
    margin-top: 63px;
}

.title {
    display: block;
    margin: 0 auto;
    position: relative;
}

.form {
    height: 437px;
    background-image: url("../imgs/form_bg.png");
    background-size: 100% 100%;
    position: relative;
    top: -30px;
    padding-top: 80px;
    box-sizing: border-box;
    z-index: 2;
}

.form_img {
    width: 564px;
    height: 88px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
    z-index: 3;
    border-radius: 26px;
}

.form_title {
    font-family: PingFang;
    font-weight: 400;
    font-size: 16px;
    color: #643E0A;
    text-align: center;
}

.form_item {
    width: 830px;
    margin: 0 auto;
}

#year,
#month,
#day,
#clock {
    margin: 0 8px;
    padding: 0 15px;
    box-sizing: border-box;
}

#year {
    width: 116px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #C47B34;
    font-size: 24px;
    color: #643E0A;
}

#month,
#day {
    width: 86px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 24px;
    border: 2px solid #C47B34;
    color: #643E0A;
}

#clock {
    width: 216px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #C47B34;
    font-size: 24px;
    color: #643E0A;
}

.form_item>div {
    display: flex;
    align-items: center;
    font-family: PingFang;
    font-weight: 500;
    font-size: 24px;
    color: #643E0A;
    margin-top: 20px;
}

.gender {
    width: 166px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #C47B34;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 8px;
    cursor: pointer;
}

.gender div {
    width: 78px;
    height: 50px;
    border-radius: 6px;
    font-size: 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #643E0A;
}

.gender div.isChecked {
    background: #C47B34;
    color: #fff;
}

.submit_btn {
    background-image: url("../imgs/submit_btn.png");
    background-size: 100% 100%;
    width: 399px;
    height: 70px;
    box-shadow: 5px 9px 20px 0px rgba(119, 13, 16, 0.2);
    border-radius: 35px;
    border: none;
    outline: none;
}

.reset_btn {
    background-image: url("../imgs/reset_btn.png");
    background-size: 100% 100%;
    border: none;
    outline: none;
    width: 199px;
    height: 70px;
    border-radius: 35px;
    font-size: 22px;
    color: #9A4F07;
    letter-spacing: 6px;
    margin-left: 30px;
}

.form_btn {
    margin-top: 30px;
    padding-left: 190px;

}

.submit_btn_text {
    letter-spacing: 6px;
    background-image: url("../imgs/reset_btn.png");
    -webkit-background-clip: text;
    /* width: 399px; */
    font-family: PingFang;
    font-weight: bold;
    font-size: 27px;
    background-size: 100% auto;
    -webkit-text-fill-color: transparent;
}

.cont>.content {
    position: relative;

    background-image: url("../imgs/content_newbg.png");
}

.content>* {
    position: relative;
    z-index: 100;

}

.content_bg_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

.content_bg_top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}


.cont>.content {
    box-sizing: border-box;
    padding: 50px 64px;

    background-size: 100% 100%;
    padding-bottom: 76px;
}

.content_title {
    display: block;
    font-weight: 500;
    width: 500px;
    height: 54px;
    background: url("../imgs/content_tit_bg.png");
    line-height: 54px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #9A4F07;
}

.content_text {
    font-size: 16px;
    color: #643E0A;
    line-height: 32px;
    margin-top: 30px;
}

.content_image {
    display: block;
    /*width: 239px;*/
    /*height: 200px;;*/
    margin: 30px auto 50px;
}


.result {
    margin-top: 30px;

    background-size: 100% 100%;
    padding: 80px 50px;
    box-sizing: border-box;
}

.content .content h3 {
    font-family: PingFang;
    font-weight: bold;
    font-size: 22px;
    color: #9A4F07;
    margin-bottom: 18px;

    padding-left: 0px;
    line-height: normal;
    border-left: none;
    background: none;

}

.content h3:not(:first-child) {
    margin-top: 40px;
}

.content p {
    font-size: 20px;
    color: #643E0A;
    line-height: 44px;
}

.result_content span {
    font-family: PingFang;
    font-weight: bold;

}

.bz_tb td {
    display: inline-block;
    margin-right: 40px;
    width: 70px;
    font-size: 20px;
    color: #643E0A;
    background: none;

}

.bz_tb tr:not(:last-child)>td {
    margin-bottom: 22px;
}

.bz_tb td:not(:last-child) {
    margin-right: 0px;
}

.result_txt {
    font-weight: 500;
    font-size: 12px;
    color: #643E0A;
    line-height: 26px;
    margin-bottom: 30px;
}

.sanming .result_content:not(:last-child) {
    margin-bottom: 50px;
}

.result_content img {
    vertical-align: middle;
}

@media screen and (max-width: 750px) {
    .cont {
        width: 100%;
    }

    .title {
        width: 6.95rem;
    }

    .form_item>div {
        display: block;
    }

    .form_img {
        width: 5.64rem;
        height: .88rem;
        border-radius: .3rem;
        top: -0.45rem;
    }

    .form {
        padding: .72rem .5rem;
        width: 6.9rem;
        height: auto;
        margin: 0 auto;
        top: 0rem;
        background-image: url("../imgs/form_bg_wap.png");
    }

    .form_title {
        font-size: 14px;
    }

    .cont>.content {
        width: 6.9rem;
        margin: 0 auto;

        padding: .6rem .5rem;
        margin-top: .4rem;
    }

    .result {
        width: 6.9rem;
        margin: 0 auto;
        padding: .6rem .5rem;
        margin-top: .4rem;

    }

    .form_item {
        width: 100%;
    }

    .form_item>div {
        margin-top: .5rem;
        font-size: .34rem;
    }





    #month,
    #day {
        width: 1.2rem;


    }

    #clock {
        width: 3.3rem;

    }

    #year,
    #month,
    #day,
    #clock {
        font-size: .34rem;
        padding: 0 .1rem;
        height: .84rem;
        border-radius: .1rem;
        border: .02rem solid #C47B34;
        margin: 0 .1rem;
        margin-top: .2rem;
    }

    #year {
        width: 1.62rem;
        border-radius: .1rem;
        border: .02rem solid #C47B34;
        margin-left: 0px;
    }

    #day {
        margin-left: 0px;
    }

    .gender {
        margin-top: .2rem;
        width: 2.32rem;
        height: .84rem;
        border-radius: .1rem;
        border: .02rem solid #C47B34;
        margin-left: 0;
        margin-right: 0px;
    }

    .gender div {
        width: 1.09rem;
        height: .7rem;
        border-radius: .06rem;
        font-size: .34rem;
    }

    .form_btn {
        padding-left: 0px;
    }

    .submit_btn {
        width: 100%;
        height: .98rem;
        border-radius: .5rem;

    }

    .submit_btn_text {
        font-size: .37rem;
    }

    .form_btn {
        margin-top: .5rem;
    }

    .reset_btn {
        display: block;
        width: 2.79rem;
        font-size: .3rem;
        height: .98rem;
        border-radius: .49rem;
        margin: 0 auto;
    }

    .reset_btn {
        margin-top: .3rem;
    }

    .content_title {
        width: 4.99rem;
        height: .55rem;
        background-size: 100% 100%;
        font-size: .32rem;
        line-height: .55rem;
    }

    .content_text {
        font-size: 16px;
        line-height: 22px;
        margin-top: .4rem;
    }

    .content_image {
        margin: .3rem auto .5rem;
        /*width: 2.39rem;*/
        height: 2rem;
    }

    .cont {
        padding-top: .8rem;
        padding-bottom: .5rem;
    }

    .content .content h3 {
        font-size: .32rem;
        margin-bottom: .4rem;
    }

    .content p {
        font-size: 14px;
        color: #643E0A;
        line-height: .54rem;
    }

    .bz_tb td {
        width: .9rem;
        font-size: 14px;
        margin-right: .3rem;
    }

    .bz_tb tr:not(:last-child)>td {
        margin-bottom: .2rem;
    }

    .content h3:not(:first-child) {
        margin-top: .5rem;
    }

    .sanming .result_content:not(:last-child) {
        margin-bottom: .4rem;
    }

    .result_txt {
        font-weight: 500;
        font-size: 14px;
        line-height: .44rem;
    }

    .result_content img {
        vertical-align: middle;
        width: .2rem;
        height: .2rem;
    }

    .container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .hua-navbar .nav-list {
        padding: 50px 15px;
        position: fixed;
        right: -280px;
        top: 0;
        bottom: 0;
        width: 250px;
        margin-left: 0;
        background: #ffffff;
        z-index: 99999;
        transition: all .3s ease;
    }

    .hua-navbar .nav-list.show {
        right: 0px;
    }

    .hua-navbar .nav-list>li {
        float: none;
        display: block;
        margin: 8px 0;
        background-color: #f7f7f7;
    }

    .hua-navbar .nav-list>li>a {
        height: 40px;
        line-height: 40px;
    }

    .nav-list>li.current a {
        background-color: initial;
    }

    .canvas-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 18px;
        width: 30px;
        height: 30px;
        z-index: 99999;
        color: #000;
        transition: all .3s ease;
    }

    .canvas-close i {
        font-size: 25px;
        transition: all .3s ease;
    }

    .nav-list.show li em.dot {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 40px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
    }

    .nav-list.show li em.dot i {
        font-size: 18px;
    }

    .hua-navbar .nav-list .sub-nav {
        background: #eaeaea;
        position: relative;
        box-shadow: none;
        text-align: center;
    }

    .hua-navbar .nav-list li:hover>.sub-nav {
        display: none;
    }

    .hua-navbar .nav-list .sub-nav p:last-child {
        padding-bottom: 10px;
    }

    .hua-navbar .nav-list .sub-nav p a {
        width: auto;
        display: block;
        margin: 10px 10px 0 10px;
        background-color: #f7f7f7;
    }

    .hua-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        z-index: 9998;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .nav-right {
        font-size: 18px;
    }

    .nav-right .nav-search,
    .nav-right .nav-tougao,
    .nav-right .nav-cart {
        padding: 13px 5px
    }

    .nav-right .nav-button {
        display: block;
        padding: 15px 0 15px 0px;
    }

    .nav-right .nav-button a {
        padding: 7px 0 !important
    }

    .search-box .container {
        max-width: 100%;
    }

    .search-input {
        width: 80%
    }

    .search-btn {
        width: 20%
    }

    .search-button {
        position: absolute;
        right: 15px;
        top: 18px;
        display: block !important;
    }

    .search-button a {
        color: #2d3757;
    }

    .search-button .fa {
        font-size: 18px;
    }

    .search-box {
        padding: 8.5px 30px 8.5px 0;
    }

    .search-box.show {
        top: 7px;
    }

    .search-box .search-input,
    .search-box .search-btn {
        height: 35px;
    }

    .search-close {
        font-size: 24px;
        top: -1px;
        right: -30px;
    }

    .footer {
        width: 100%;
        position: relative;
        clear: both;
        background-color: #282828;
        margin-top: 30px;
        padding: 30px 0 30px 0;
    }

    .social-footer {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .social-footer a {
        float: none;
        display: inline-block;
    }

    .cd-popup-container {
        margin: 10em auto;
    }

    .nav-footer {
        clear: both;
        text-align: center;
    }

    .footer .nav-footer a {
        font-size: 14px;
    }

    .links-footer,
    .copyright-footer {
        text-align: center;
    }
}

.i-see-btn {

    border-radius: .125rem;
    width: 50%;
    height: 0.375rem;

}

.dialog-content {
    width: auto;
    position: relative;
}

.dialog-img,
.copy-tips {
    margin: 20px 0;
}

.btn-all {
    padding: 0 .2rem;
}
.close-icon{
    position: absolute;
    width: 10%;
    right: 5%;
    top:5%;
}

@media screen and (max-width: 750px) {
    .i-see-btn {

        height: 1rem;
    }
}

