html {
    overflow-y: scroll;
    background: #fff;
}

* html, * html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

blockquote, body, button, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, lengend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    color: #2e2e2e;
    font: 12px/1.5 Arial, Tahoma, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", sans-serif;
    -webkit-font-smoothing: antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: 400;
}

address, cite, dfn, em, i, var, b {
    font-style: normal;
}

small {
    font-size: 12px;
}

legend {
    color: #000;
}

dd, dl, dt, li, ol, ul {
    list-style: none;
}

fieldset, img {
    border: none;
}

img {
    -ms-interpolation-mode: bicubic;
}

input, label, select, textarea, button {
    outline: 0;
}

img, li, select, textarea, button {
    vertical-align: top;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

input[type=submit], input[type=button] {
    star: expression(this.onFocus=this.blur());
}

input[type=submit]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input, textarea, button {
    font-family: Arial, Tahoma, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", sans-serif;
}

a, a:link {
    color: #2e2e2e;
    text-decoration: none;
    outline: 0;
+ cursor: pointer;
    star: expression(this.onFocus=this.blur());
    -webkit-transition: color .3s, background-color .3s, border-color .3s;
    -moz-transition: color .3s, background-color .3s, border-color .3s;
    -ms-transition: color .3s, background-color .3s, border-color .3s;
    -o-transition: color .3s, background-color .3s, border-color .3s;
    transition: color .3s, background-color .3s, border-color .3s;
}

a:hover {
    text-decoration: underline;
    color: #f91;
}

input.focus, textarea.focus {
    color: #333 !important;
}

button {
    border: 0;
}

button, input[type=reset], input[type=search], input[type=submit] {
    -webkit-appearance: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.dn {
    display: none;
}

.vh {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.navmain {
    position: relative;
    z-index: 3000;
    width: 100%;
    height: 50px;
    background-color: #333;
    font-family: Arial, Tahoma, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", sans-serif;
}

.navmain-small {
    height: 34px;
}

.inner {
    margin: 0 auto;
    width: 1190px;
}

.top-navmenu a {
    float: left;
    padding: 0 8px;
    line-height: 34px;
    font-size: 12px;
    color: #b2b2b2;
    font-weight: 500;
    display: block;
    margin: 0 2px;
}

.navmain-small .top-navmenu a.s {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.mid {
    width: 100%;
    height: 60px;
    /*background-color: #fff;*/
    background-color: #303035;
    border-bottom: 1px solid hsla(0, 0%, 92%, .9);
}

.wrap {
    margin-bottom: 30px;
    height: 650px;
}

.navmenu {
    float: left;
    margin-left: 40px;
}

.navmenu ul li {
    position: relative;
    margin-right: 40px;
    float: left;
}

.navmenu ul li a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
}

.navmenu ul li .nav-active {
    color: #f91;
    border-top: 3px solid #f91;
    padding-top: 17px;
}

.navmenu ul li a:hover {
    color: #f91;
    text-decoration: none;
}

.footer {
    width: 100%;
    height: 280px;
    overflow: hidden;
    font-size: 14px;
    background: #201f1b;
    font-family: Arial, Tahoma, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", sans-serif;
    color: #999;
}

.footer .f-qrcode {
    margin-top: 30px;
    width: 120px;
}

.footer .f-qrcode p {
    padding-top: 10px;
    width: 120px;
    line-height: 16px;
    color: #aaa;
    text-align: center;
    font-size: 12px;
}

.footer-top {
    padding: 25px 0;
    line-height: 24px;
    border-bottom: #4d4d4d solid 1px;
}

.footer-top-nav {
    width: 70%;
}

.footer-top-nav a {
    color: #fff;
    float: left;
    margin-right: 12px;
    display: inline-block;
}

.footer-bottom {
    font-size: 12px;
    margin: 10px 0 0;
    line-height: 24px;
}

.links-friendly {
}

.links-friendly-inner {
    width: 990px;
    padding-top: 15px;
}

.links-friendly-inner h3 {
    color: #fff;
    font-size: 14px;
    border-bottom: #4d4d4d dashed 1px;
    padding-bottom: 15px;
}

.links-friendly-inner a {
    white-space: nowrap;
    color: #999;
    margin-right: 20px;
    line-height: 50px;
    height: 50px;
}


.layui-m-layer {
    position: relative;
    z-index: 19891014
}

.layui-m-layer * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.layui-m-layermain, .layui-m-layershade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.layui-m-layershade {
    background-color: rgba(0, 0, 0, .7);
    pointer-events: auto
}

.layui-m-layermain {
    display: table;
    font-family: Helvetica, arial, sans-serif;
    pointer-events: none
}

.layui-m-layermain .layui-m-layersection {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.layui-m-layerchild {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@-webkit-keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.layui-m-anim-scale {
    animation-name: layui-m-anim-scale;
    -webkit-animation-name: layui-m-anim-scale
}

@-webkit-keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.layui-m-anim-up {
    -webkit-animation-name: layui-m-anim-up;
    animation-name: layui-m-anim-up
}

.layui-m-layer0 .layui-m-layerchild {
    width: 90%;
    max-width: 640px
}

.layui-m-layer1 .layui-m-layerchild {
    border: none;
    border-radius: 0
}

.layui-m-layer2 .layui-m-layerchild {
    width: auto;
    max-width: 260px;
    min-width: 40px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff
}

.layui-m-layerchild h3 {
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    text-align: center
}

.layui-m-layerbtn span, .layui-m-layerchild h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-m-layercont {
    padding: 50px 30px;
    line-height: 22px;
    text-align: center
}

.layui-m-layer1 .layui-m-layercont {
    padding: 0;
    text-align: left
}

.layui-m-layer2 .layui-m-layercont {
    text-align: center;
    padding: 0;
    line-height: 0
}

.layui-m-layer2 .layui-m-layercont i {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.layui-m-layerbtn, .layui-m-layerbtn span {
    position: relative;
    text-align: center;
    border-radius: 0 0 5px 5px
}

.layui-m-layer2 .layui-m-layercont p {
    margin-top: 20px
}

@-webkit-keyframes layui-m-anim-loading {
    0%, 100%, 80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes layui-m-anim-loading {
    0%, 100%, 80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.layui-m-layer2 .layui-m-layercont i:first-child {
    margin-left: 0;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.layui-m-layer2 .layui-m-layercont i.layui-m-layerload {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.layui-m-layer2 .layui-m-layercont > div {
    line-height: 22px;
    padding-top: 7px;
    margin-bottom: 20px;
    font-size: 14px
}

.layui-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    border-top: 1px solid #D0D0D0;
    background-color: #F2F2F2
}

.layui-m-layerbtn span {
    display: block;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    font-size: 14px;
    cursor: pointer
}

.layui-m-layerbtn span[yes] {
    color: #40AFFE
}

.layui-m-layerbtn span[no] {
    border-right: 1px solid #D0D0D0;
    border-radius: 0 0 0 5px
}

.layui-m-layerbtn span:active {
    background-color: #F6F6F6
}

.layui-m-layerend {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    font-weight: 400;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 30px
}

.layui-m-layerend::after, .layui-m-layerend::before {
    position: absolute;
    left: 5px;
    top: 15px;
    content: '';
    width: 18px;
    height: 1px;
    background-color: #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 3px
}

.layui-m-layerend::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

body .layui-m-layer .layui-m-layer-footer {
    position: fixed;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    background: 0 0
}

.layui-m-layer-footer .layui-m-layercont {
    padding: 20px;
    border-radius: 5px 5px 0 0;
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn {
    display: block;
    height: auto;
    background: 0 0;
    border-top: none
}

.layui-m-layer-footer .layui-m-layerbtn span {
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn span[no] {
    color: #FD482C;
    border-top: 1px solid #c2c2c2;
    border-radius: 0 0 5px 5px
}

.layui-m-layer-footer .layui-m-layerbtn span[yes] {
    margin-top: 10px;
    border-radius: 5px
}

body .layui-m-layer .layui-m-layer-msg {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    bottom: -150px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.layui-m-layer-msg .layui-m-layercont {
    padding: 10px 20px
}


.calculator .tab .select:after {
    background-image: url(../images/script-ico.png);
    background-repeat: no-repeat
}

.calculator .tab .unflod {
    animation: Opacity .2s;
    -moz-animation: Opacity .2s;
    -webkit-animation: Opacity .2s;
    -o-animation: Opacity .2s
}

@keyframes Opacity {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes Opacity {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.calculator .result .tmsg .line {
    background: #bbb;
    margin: 0 8px;
    vertical-align: middle;
    overflow: hidden;
    width: 1px;
    height: 12px;
    display: inline-block
}

.calculator {
    position: relative;
    line-height: 1.1;
    font-size: 14px;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

.calculator .work {
    background: #f91;
    color: #fff;
    width: 90px;
    height: 90px;
    padding: 22px;
    font-size: 18px;
    border-radius: 90px;
    position: absolute;
    top: 43%;
    left: 504px;
    z-index: 1;
    line-height: 1.2;
    cursor: pointer
}

.calculator .work:hover {
    background: #ffc601
}

.calculator .title {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px
}

.calculator .title:before {
    content: '';
    display: block;
    width: 40px;
    height: 44px;
    background: url(../images/cal.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.calculator .title dt {
    font-size: 20px;
    margin-bottom: 10px
}

.calculator .title dd {
    font-size: 14px;
    color: #999
}

.calculator .infor {
    width: 500px;
    min-height: 440px;
    float: left;
    border-right: 1px solid #e0e0e0
}

.calculator .infor .tip {
    color: #999;
    margin-top: 20px
}

.calculator .tab td {
    height: 40px;
    padding-bottom: 15px
}

.calculator .tab .box {
    width: 240px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e0e0e0
}

.calculator .tab input {
    border: 0;
    width: 220px;
    padding: 12px 0 10px;
    font-size: 14px;
    line-height: 1.1;
}

.calculator .tab .select {
    position: relative
}

.calculator .tab .select a {
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
}

.calculator .tab .select:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 1;
    display: block;
    width: 8px;
    height: 5px;
    background-position: 0 -36px
}

.calculator .tab .unflod {
    display: none;
    position: absolute;
    top: 41px;
    left: -1px;
    z-index: 5;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-top: 0;
    background: #fff;
    padding: 10px 0;
    overflow-y: auto;
    max-height: 167px
}

.calculator .tab .select:hover .unflod {
    display: block
}

.calculator .tab .unflod a, .calculator .tab .unflod span {
    display: block;
    padding: 10px;
    line-height: 1
}

.calculator .tab .unflod a:hover {
    text-decoration: none;
    color: #f91
}

.calculator .tab label {
    margin-right: 20px;
    position: relative;
    top: -2px
}

.calculator .tab label span {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.calculator .tab .on span:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: block;
    background: #ff611b;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1
}

.calculator .tab .equal .box {
    width: 99px;
    float: left
}

.calculator .tab .equal .to {
    float: left;
    margin: 0 5px;
    padding-top: 15px
}

.calculator .tab .equal input {
    width: 80px
}

.calculator .tab .unit {
    position: relative;
    top: 2px
}

.calculator .result {
    margin-left: 615px;
    width: 484px
}

.calculator .result .title:before {
    background-position: -52px 0
}

.calculator .result .tmsg li {
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px
}

.calculator .result .tmsg .bill {
    border: 1px solid #ffcfbf;
    background: #fffcf2;
    margin-top: 40px
}

.calculator .result .tmsg .gr {
    background: #f6fbeb
}

.calculator .result .tmsg .or {
    background: #fef5f2
}

.calculator .result .tmsg .bl {
    background: #eff8fb
}

.calculator .know {
    font-size: 18px;
    color: #999;
    text-align: center;
    padding-top: 45%
}

.calculator .know:before {
    content: '';
    display: block;
    width: 82px;
    height: 86px;
    margin: 0 auto 18px;
    background: url(../images/cal.png) no-repeat 2px -56px
}

.calculator .content {
    padding: 40px 50px
}

.calculator .foot {
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    text-align: center
}









