﻿a {
    text-decoration: none
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999
}

.loadingfa {
    text-align: center;
    font-size: 60px;
    color: #444;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%
}

.animteeh {
    opacity: .2;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px)
}

.animteeh.active {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

.animts {
    opacity: .2;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px)
}

.active.animts {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0)
    }
    to {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotate1 {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg)
    }
}

@-webkit-keyframes rotate1 {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes rotate1 {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(-360deg)
    }
}

@-ms-keyframes rotate1 {
    from {
        -ms-transform: rotate(0)
    }
    to {
        -ms-transform: rotate(-360deg)
    }
}

@-o-keyframes rotate1 {
    from {
        -o-transform: rotate(0)
    }
    to {
        -o-transform: rotate(-360deg)
    }
}

.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate
}

.xuanzhuan1 {
    animation: 5s linear 0s normal forwards infinite rotate;
    -webkit-animation: 5s linear 0s normal forwards infinite rotate;
    -moz-animation: 5s linear 0s normal forwards infinite rotate;
    -o-animation: 5s linear 0s normal forwards infinite rotate
}

.nizhuan {
    animation: 2s linear 0s normal forwards infinite rotate1;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate1;
    -moz-animation: 2s linear 0s normal forwards infinite rotate1;
    -o-animation: 2s linear 0s normal forwards infinite rotate1
}

.nizhuan1 {
    animation: 3s linear 0s normal forwards infinite rotate1;
    -webkit-animation: 3s linear 0s normal forwards infinite rotate1;
    -moz-animation: 3s linear 0s normal forwards infinite rotate1;
    -o-animation: 3s linear 0s normal forwards infinite rotate1
}

@keyframes Updown {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px)
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

.shangxia {
    animation: 1.4s 0s alternate none infinite running Updown
}

.yaohuan {
    animation: 2.4s 0s alternate none infinite running swing
}

.yaohuan1 {
    animation: 9.4s 0s alternate none infinite running swing
}

.flash {
    animation: 2.4s 0s alternate none infinite running flash
}

.wobble {
    animation: 20.4s 0s alternate none infinite running wobble
}

.dtable {
    display: table;
    width: 100%;
    height: 100%
}

.dcell {
    display: table-cell;
    vertical-align: middle
}

.shangxia1 {
    animation: 2.4s 0s alternate none infinite running Updown
}

.shangxia2 {
    animation: 2.9s 0s alternate none infinite running Updown
}

.shangxia3 {
    animation: 3.4s 0s alternate none infinite running Updown
}

.shangxia4 {
    animation: 2.5s 0s alternate none infinite running Updown
}

.shangxia5 {
    animation: 3.3s 0s alternate none infinite running Updown
}

.shangxia6 {
    animation: 2.4s 0s alternate none infinite running Updown
}

.shangxia7 {
    animation: 2.6s 0s alternate none infinite running Updown
}

.df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ac {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.as {
    -webkit-box-align: justify;
    -webkit-align-items: space-between;
    -ms-flex-align: justify;
    align-items: space-between
}

.ae {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.js {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.je {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fww {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.yanshi01 {
    animation-delay: .1s;
    -webkit-animation-delay: .1s
}

.yanshi02 {
    animation-delay: .2s;
    -webkit-animation-delay: .2s
}

.yanshi03 {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.yanshi04 {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

.yanshi05 {
    animation-delay: .5s;
    -webkit-animation-delay: .5s
}

.yanshi06 {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.yanshi07 {
    animation-delay: .7s;
    -webkit-animation-delay: .7s
}

.yanshi08 {
    animation-delay: .8s;
    -webkit-animation-delay: .8s
}

.yanshi09 {
    animation-delay: .9s;
    -webkit-animation-delay: .9s
}

.yanshi10 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.yanshi11 {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s
}

.yanshi12 {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.yanshi13 {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s
}

.yanshi14 {
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s
}

.yanshi15 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.yanshi16 {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s
}

.yanshi17 {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s
}

.yanshi18 {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s
}

.yanshi19 {
    animation-delay: 1.9s;
    -webkit-animation-delay: 1.9s
}

.yanshi20 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s
}

.yanshi21 {
    animation-delay: 2.1s;
    -webkit-animation-delay: 2.1s
}

.yanshi22 {
    animation-delay: 2.2s;
    -webkit-animation-delay: 2.2s
}

.yanshi23 {
    animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s
}

.yanshi24 {
    animation-delay: 2.4s;
    -webkit-animation-delay: 2.4s
}

.yanshi25 {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s
}

.yanshi26 {
    animation-delay: 2.6s;
    -webkit-animation-delay: 2.6s
}

.yanshi27 {
    animation-delay: 2.7s;
    -webkit-animation-delay: 2.7s
}

.yanshi28 {
    animation-delay: 2.8s;
    -webkit-animation-delay: 2.8s
}

.yanshi29 {
    animation-delay: 2.9s;
    -webkit-animation-delay: 2.9s
}

.yanshi30 {
    animation-delay: 3s;
    -webkit-animation-delay: 3s
}

.yanshi31 {
    animation-delay: 3.1s;
    -webkit-animation-delay: 3.1s
}

.yanshi32 {
    animation-delay: 3.2s;
    -webkit-animation-delay: 3.2s
}

.yanshi33 {
    animation-delay: 3.3s;
    -webkit-animation-delay: 3.3s
}

.yanshi34 {
    animation-delay: 3.4s;
    -webkit-animation-delay: 3.4s
}

.yanshi35 {
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s
}

.yanshi36 {
    animation-delay: 3.6s;
    -webkit-animation-delay: 3.6s
}

.yanshi37 {
    animation-delay: 3.7s;
    -webkit-animation-delay: 3.7s
}

.yanshi38 {
    animation-delay: 3.8s;
    -webkit-animation-delay: 3.8s
}

.yanshi39 {
    animation-delay: 3.9s;
    -webkit-animation-delay: 3.9s
}

.yanshi40 {
    animation-delay: 4s;
    -webkit-animation-delay: 4s
}

.yanshi41 {
    animation-delay: 4.1s;
    -webkit-animation-delay: 4.1s
}

.yanshi42 {
    animation-delay: 4.2s;
    -webkit-animation-delay: 4.2s
}

.yanshi43 {
    animation-delay: 4.3s;
    -webkit-animation-delay: 4.3s
}

.yanshi44 {
    animation-delay: 4.4s;
    -webkit-animation-delay: 4.4s
}

.yanshi45 {
    animation-delay: 4.5s;
    -webkit-animation-delay: 4.5s
}

.yanshi46 {
    animation-delay: 4.6s;
    -webkit-animation-delay: 4.6s
}

.yanshi47 {
    animation-delay: 4.7s;
    -webkit-animation-delay: 4.7s
}

.yanshi48 {
    animation-delay: 4.8s;
    -webkit-animation-delay: 4.8s
}

.yanshi49 {
    animation-delay: 4.9s;
    -webkit-animation-delay: 4.9s
}

.yanshi50 {
    animation-delay: 5s;
    -webkit-animation-delay: 5s
}

.yanshi51 {
    animation-delay: 5.1s;
    -webkit-animation-delay: 5.1s
}

.yanshi52 {
    animation-delay: 5.2s;
    -webkit-animation-delay: 5.2s
}

.yanshi53 {
    animation-delay: 5.3s;
    -webkit-animation-delay: 5.3s
}

.yanshi54 {
    animation-delay: 5.4s;
    -webkit-animation-delay: 5.4s
}

.yanshi55 {
    animation-delay: 5.5s;
    -webkit-animation-delay: 5.5s
}

.yanshi56 {
    animation-delay: 5.6s;
    -webkit-animation-delay: 5.6s
}

.yanshi57 {
    animation-delay: 5.7s;
    -webkit-animation-delay: 5.7s
}

.yanshi58 {
    animation-delay: 5.8s;
    -webkit-animation-delay: 5.8s
}

.yanshi59 {
    animation-delay: 5.9s;
    -webkit-animation-delay: 5.9s
}

.yanshi60 {
    animation-delay: 6s;
    -webkit-animation-delay: 6s
}

.yanshi61 {
    animation-delay: 6.1s;
    -webkit-animation-delay: 6.1s
}

.yanshi62 {
    animation-delay: 6.2s;
    -webkit-animation-delay: 6.2s
}

.yanshi63 {
    animation-delay: 6.3s;
    -webkit-animation-delay: 6.3s
}

.yanshi64 {
    animation-delay: 6.4s;
    -webkit-animation-delay: 6.4s
}

.yanshi65 {
    animation-delay: 6.5s;
    -webkit-animation-delay: 6.5s
}

.yanshi66 {
    animation-delay: 6.6s;
    -webkit-animation-delay: 6.6s
}

.yanshi67 {
    animation-delay: 6.7s;
    -webkit-animation-delay: 6.7s
}

.yanshi68 {
    animation-delay: 6.8s;
    -webkit-animation-delay: 6.8s
}

.yanshi69 {
    animation-delay: 6.9s;
    -webkit-animation-delay: 6.9s
}

.yanshi70 {
    animation-delay: 7s;
    -webkit-animation-delay: 7s
}

.yanshi71 {
    animation-delay: 7.1s;
    -webkit-animation-delay: 7.1s
}

.yanshi72 {
    animation-delay: 7.2s;
    -webkit-animation-delay: 7.2s
}

.yanshi73 {
    animation-delay: 7.3s;
    -webkit-animation-delay: 7.3s
}

.yanshi74 {
    animation-delay: 7.4s;
    -webkit-animation-delay: 7.4s
}

.yanshi75 {
    animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s
}

.yanshi76 {
    animation-delay: 7.6s;
    -webkit-animation-delay: 7.6s
}

.yanshi77 {
    animation-delay: 7.7s;
    -webkit-animation-delay: 7.7s
}

.yanshi78 {
    animation-delay: 7.8s;
    -webkit-animation-delay: 7.8s
}

.yanshi79 {
    animation-delay: 7.9s;
    -webkit-animation-delay: 7.9s
}

.yanshi80 {
    animation-delay: 8s;
    -webkit-animation-delay: 8s
}

.yanshi81 {
    animation-delay: 8.1s;
    -webkit-animation-delay: 8.1s
}

.yanshi82 {
    animation-delay: 8.2s;
    -webkit-animation-delay: 8.2s
}

.yanshi83 {
    animation-delay: 8.3s;
    -webkit-animation-delay: 8.3s
}

.yanshi84 {
    animation-delay: 8.4s;
    -webkit-animation-delay: 8.4s
}

.yanshi85 {
    animation-delay: 8.5s;
    -webkit-animation-delay: 8.5s
}

.yanshi86 {
    animation-delay: 8.6s;
    -webkit-animation-delay: 8.6s
}

.yanshi87 {
    animation-delay: 8.7s;
    -webkit-animation-delay: 8.7s
}

.yanshi88 {
    animation-delay: 8.8s;
    -webkit-animation-delay: 8.8s
}

.yanshi89 {
    animation-delay: 8.9s;
    -webkit-animation-delay: 8.9s
}

.yanshi90 {
    animation-delay: 9s;
    -webkit-animation-delay: 9s
}

.yanshi91 {
    animation-delay: 9.1s;
    -webkit-animation-delay: 9.1s
}

.yanshi92 {
    animation-delay: 9.2s;
    -webkit-animation-delay: 9.2s
}

.yanshi93 {
    animation-delay: 9.3s;
    -webkit-animation-delay: 9.3s
}

.yanshi94 {
    animation-delay: 9.4s;
    -webkit-animation-delay: 9.4s
}

.yanshi95 {
    animation-delay: 9.5s;
    -webkit-animation-delay: 9.5s
}

.yanshi96 {
    animation-delay: 9.6s;
    -webkit-animation-delay: 9.6s
}

.yanshi97 {
    animation-delay: 9.7s;
    -webkit-animation-delay: 9.7s
}

.yanshi98 {
    animation-delay: 9.8s;
    -webkit-animation-delay: 9.8s
}

.yanshi99 {
    animation-delay: 9.9s;
    -webkit-animation-delay: 9.9s
}

.header {
    background: #111528;
    border-bottom: 1px solid #ffc640;
}

.header .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo img {
    display: block;
}

.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.saersp {
    font-size: 18px;
    padding-right: 10px;
}

.serainpt {
    width: 250px;
    height: 27px;
    border-radius: 8px;
    text-indent: 10px;
    border: none;
    outline: none;
    font-size: 15px;
}

.searbtn {
    position: absolute;
    width: 40px;
    top: 0px;
    height: 26px;
    right: 0px;
    background: url(../img/search.png) no-repeat center center;
}

body {
    min-height: 907px;
    min-height: 100vh;
    background: url(../img/bg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 20px;
}

.tlbox {
    width: 60%;
    max-width: 552px;
    margin: 20px auto 10px;
}

.subcont {
    padding: 26px 25px;
    background: #fff;
    border-radius: 20px;
    margin: 0px -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subcont-1 {
    border-right: 1px solid #a0a0a0;
    padding-right: 34px;
    width: 40%;
}

.subcont-1a {
    font-size: 18px;
    color: #000000;
    margin-bottom: 14px;
    font-weight: bold;
}

.subcont-1b {
    font-size: 15px;
    line-height: 25px;
}

.subcont-2 {
    width: 30%;
    padding: 0px 16px;
}

.subcont-2a {
    font-size: 18px;
    color: #ffc640;
    margin-bottom: 14px;
}

.subcont-2b {
    font-size: 15px;
    line-height: 31px;
    letter-spacing: -0.5px;
}

.dwciz {}

.subcont-3 {
    width: 20%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: url(../img/lunbg.jpg) no-repeat center;
    background-size: cover;
    border-radius: 10px;
}

.subcont-3a {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.subcont-3a span {
    color: #ffc640;
}

.luntop {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.luntop ul {
    position: absolute;
    left: 0px;
    top: 0px;
}

.luntop ul li {
    color: #fff;
}

.lsp2 {
    color: #ffc640;
    padding-left: 5px;
}

.btnbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0px;
    position: relative;
    padding: 13px 0;
    flex-wrap: wrap;
}

.btnbox a {
    background: url(../img/btn.png) no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #363a3e;
}

.sbtnsp1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2 !important;
}

.sbtnsp2 {
    font-size: 17px;
    line-height: 1.2 !important;
}

.btnbox a:hover {
    color: #ff0000;
}

.lv {
    color: #009944;
}

.hong {
    color: #ff0000;
}

.lan {
    color: #00a0e9;
}

.logobx {
    background: #fff;
}

.logobx .inner {
    position: relative;
}

.logo {
    padding: 15px 0px;
}

.logo img {
    margin: 0 auto;
}

.demnbx {
    background: #fff;
    border-radius: 20px;
    margin: 16px -25px;
    position: relative;
}

.dian {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    background: url(../img/quan.png) no-repeat center top;
}

.tlbim {
    text-align: center;
    padding-top: 16px;
    font-size: 26px;
    line-height: 48px;
}

.tlbim span:nth-child(1) {
    color: #009944;
}

.tlbim span:nth-child(2) {
    color: #cd9000;
}

.denginptm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.denginptm ul li {}

.dengtl {
    font-size: 18px;
    padding-left: 10px;
}

.dengbtn {
    width: 80px;
    height: 38px;
    display: block;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    background: #ff8a00;
    border-radius: 8px;
    margin-left: 10px;
}

.dennpt {
    width: 169px;
    height: 32px;
    border: 1px solid #ccc;
    text-indent: 5px;
}

.tanbox {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 425px;
    background: #fff;
    border: 2px solid #ff8a00;
    border-radius: 15px;
    z-index: 999;
    display: none;
}

.tantlx {
    font-size: 18px;
    color: #ff0000;
    padding: 25px 0px;
    text-align: center;
    font-weight: bold;
}

.talist {}

.talist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.tanzuo {
    width: 120px;
    text-align: right;
    font-size: 18px;
}

.tanyou {
    width: 224px;
}

.tannpt {
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 32px;
}

.xingh {
    color: #ff0000;
    padding-left: 10px;
}

.tanbtn {
    display: inline-block;
    width: 80px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    background: #ff8a00;
    border-radius: 8px;
    margin-right: 10px;
    border: none;
    outline: none;
}

.tanwei {
    font-size: 14px;
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    padding: 22px 0px;
}

.denginptm2 {
    display: none;
}