html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    text-decoration: none;
}

body {
    line-height: 1;
    background-color: #efefef;
    text-align: center;
}

/* title css */
.div-title {
    width: 100%;
    height: 80px;
    background-color: #efefef;
}

.div-title-container {
    height: 100%;
    width: 1050px;
    margin: 0 auto;
    background-color: #ffffff;
    /*border-bottom: outset 1px #efefef;*/
}

.div-title-left {
    float: left;
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;

}

.div-title-left img {
    float: left;
    max-height: 60px;
    margin-left: 10px;
}

.div-title-container .div-title-left .logo-zi {
    float: left;
    display: inline-block;
    font-size: 45px;
    font-weight: bold;
    line-height: 62px;
}

.div-title-right {
    float: right;
    display: inline-block;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 20px;
}

.div-title-right a {
    color: #ffffff;
    background-color: #ed8e00;
    text-decoration: none;
}

.div-title-right a:hover {
    color: #ffffff;
    background-color: #fb9b00;
}

.div-title-right-button {
    width: 100px;
    height: 28px;
    background-color: #ed8e00;
    color: #eeeeee;
    text-align: center;
    line-height: 30px;
    margin: 3px 0;
    display: block;
}

.div-title-right-img {
    width: 60px;
    height: 60px;
}

/* menu css */
.div-menu {
    width: 1050px;
    margin: 3px auto;
    height: 40px;
    background-color: #eeeeee;
    font-size: 18px;
}

.div-menu a {
    color: #eeeeee;
    background-color: #404040;
    text-decoration: none;
}

.div-menu a:hover {
    color: #eeeeee;
    background-color: #202020;
}

.div-menu-button {
    width: 210px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    /*border: solid 1px #404040;*/
}

/* main css */
.div-main {
    margin: auto;
    width: 1050px;
}

#div-main-bg1 {
    background: url("../images/brave.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 560px;
}

#div-main-bg2 {
    background: url("../images/castle.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 560px;
}

#div-main-bg3 {
    background: url("../images/dayDayHero.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 560px;
}

.div-main-download {
    width: 100%;
    text-align: right;
    position: relative;
    top: 440px;
}

.div-main-download img {
    /*max-height: 50px;*/
    margin-right: 40px;
    height: 50px;
    width: 174px;
}

.div-main-platform {
    width: 450px;
    float: right;
    position: relative;
    top: 440px;
    padding-right: 40px;
    background: url("../images/whitesmoke.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 60px;
    background-size: 100% 60px;
    height: 60px;
    text-align: right;
}

.div-main-platform img {
    max-height: 50px;
    margin-left: 5px;
    margin-top: 10px;
}

/* bottom css */
.div-footer {
    width: 100%;
}

.div-footer-container {
    width: 1050px;
    padding: 5px 0;
    margin: 0 auto;
    background-color: #404040;
    color: #eeeeee;
    text-align: center;
}

.div-footer-container a {
    color: #00ff6f;
    text-decoration: none;
}

.div-footer p {
    padding: 5px;
}

/* info css */
.div-info {
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    height: 540px;
    text-align: left;
}

.div-info-left {
    float: left;
    width: 350px;
}

.div-info-right {
    float: right;
}

.div-info p {
    line-height: 1.5;
    padding: 10px 0 10px 20px;
}

.div-info h2 {
    font-size: 24px;
    text-align: center;
    padding: 5px 0;
}

.div-info-block {
    margin-bottom: 30px;
}

.div-info-block img {
    width: 110px;
    height: 110px;
    margin-left: -7px;
}

.div-info-block p {
    line-height: 1.3;
    padding: 2px 0 2px 40px;
}

.div-info-block a {
    color: #0000ff;
    text-decoration: none;
}

.div-info-block h3 {
    font-size: 20px;
    padding: 15px 20px 5px 20px;
}

/* register css */

.div-reg-line {
    width: 900px;
    height: 40px;
    margin: 20px 0 0 0;
    padding: 0 30px;
}

.div-reg-line-left {
    display: inline-block;
    float: left;
    width: 320px;
    text-align: right;
    margin-right: 10px;
    height: 38px;
    line-height: 38px;
}

.div-reg-line-middle {
    display: inline-block;
    float: left;
    width: 270px;
}

#div-reg-line-middle-span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}

#div-reg-line-middle-span a {
    text-decoration: none;
    color: #0000ff;
    background-color: #ffffff;
}

#div-reg-line-middle-span a:hover {
    color: #0000ff;
}

.div-reg-line-middle input {
    width: 230px;
    height: 18px;
    padding: 8px 10px 8px 5px;
    border: solid 1px #aaaaaa;
    font-size: 16px;
    text-indent: 16px;
}

.div-reg-line-right {
    display: inline-block;
    float: right;
    width: 200px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #c93643;
    text-align: left;

}

.div-reg-line a {
    color: #ffffff;
    background-color: #ed8e00;
    text-decoration: none;
}

.div-reg-line a:hover {
    color: #ffffff;
    background-color: #fb9b00;
}

.div-reg-line-button {
    width: 240px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.div-reg-line-special {
    width: 900px;
    height: 38px;
    margin: 20px 0 0 0;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;

}

.div-reg-line-special a {
    color: #0049ff;
    text-decoration: none;
}

.div-reg-line-special a:hover {
    color: #0049ff;
}

.div-login-code {
    background: url("../images/code_bg.png") no-repeat;
    width: 82px;
    height: 32px;
    font-family: Arial;
    font-style: italic;
    color: #2affd8;
    font-size: 16px;
    border: 0;
    padding: 2px 3px;
    letter-spacing: 3px;
    font-weight: bolder;
    float: left;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
}

/* agreement css */
.div-agree {
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    /*height: 1540px;*/
    text-align: left;
}

.div-agree h2 {
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}

.div-agree h3 {
    font-size: 18px;
    padding: 20px 20px 10px 20px;
}

.div-agree p {
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 10px 0 20px;
}

.p-a a {
    color: #ff0000;
    text-decoration: none;
}

.p-a a:hover {
    color: #ff0000;
}

/* introduce css */
.div-introduce {
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    /*height: 1540px;*/
    text-align: left;
}

.div-introduce h1 {
    font-size: 25px;
    text-align: center;
    padding: 5px 0;
}

.div-introduce h2 {
    font-size: 18px;
    text-align: left;
}

.div-introduce h3 {
    font-size: 25px;
    text-align: center;
}

.div-introduce h4 {
    font-size: 18px;
    text-align: center;

}

.div-introduce h6 {
    margin: 10px 48px 10px;
}

.div-introduce p {
    text-indent: 2em;
    font-size: 16px;
    padding: 5px 30px 5px 15px;
}

.div-introduce-img {
    width: 850px;
    padding: 30px 30px 30px 50px;
    margin: center;
}

.div-introduce button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.div-introduce img {
    padding: 15px 15px 15px 50px;
}


/* recharge    */
.div-recharge {
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    text-align: left;
}

#content {
    clear: both;
    background: #FFF;
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    text-align: left;
    min-height: 666px;
}

#content p {
    line-height: 32px;
    text-indent: 2em;
    font-size: 16px;
    padding: 5px 30px 5px 15px;
}

#content .gallery a img {
    border: none;
}

#content-core {
    display: block;
    max-width: 1140px;
    margin: 0 auto;
    content: "";
    display: table;
}

#body-core #main-core>article {
    background: #FFF;
    border-bottom: 3px solid #e2e2e2;
    padding: 20px;
    margin-bottom: 30px;
    content: "";
    display: table;
}

#main-core:before,
#main-core:after {
    content: "";
    display: table;
}

#main-core:after {
    clear: both;
}

.term_h2 {
    font-size: 24px;
    line-height: 35px;
}

.term_con {
    line-height: 32px;
    text-indent: 2em;
    font-size: 16px;
    padding: 5px 30px 5px 15px;
}

.banklist {}

.banklist ul {}

.banklist ul li {
    float: left;
    margin: 5px 10px;
    width: 100px;
}

.banklist ul li input {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 20px;
}

.banklist ul li img {
    border: 1px solid #cccccc;
}

.div-normal {
    width: 1050px;
    margin: auto;
    background-color: #ffffff;
    text-align: left;
    height: 874px;
}

.div-normal-new {
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    text-align: left;
    /* height: 1350px; */

}

.div-normal-new p {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    text-indent: 2rem;
    line-height: 175%;
}

.div-normal-new5-img {
    width: 400px;
    margin-left: 50%;
    transform: translateX(-50%)
}


.new-title {
    margin: 50px 700px 10px 0;

}

.div-normal p {
    text-indent: 2em;
    font-size: 16px;
    padding: 5px 30px 5px 15px;
    line-height: 150%;

}

.div-normal h2 {
    font-size: 18px;
    text-align: left;
}

#notice {
    margin-top: 34px;
}

.list {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 10px;
}

.list:hover {
    background-color: #ccc;
}

.list-dv {
    border-left: 1px solid black;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
}

.version-heart {
    width: 1054px;
    margin: 0 auto;
}
.smoke-product{
    width: 1050px;
    margin: auto;
    background-color: #ffffff;
    text-align: left;
    padding-top: 10px;
}
.smoke-product p{
    width: 900px;
    margin-left:20px;
    line-height: 25px;
}
.smoke-product ul {
    display: inline-block;
    margin-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 1000%;
    list-style: none;
}
.smoke-product ul li{
    display: inline-block;
    float: left;

}
.smoke-product ul li img {
    width: 290.5px;
    height: 372px;
    vertical-align: top;
}
.caveat {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    margin-left: 20px;
    margin-top: 15px;
}
.caveat span {
    color: red;
}

/* smoke轮播图 */
.smoke-product-img{
    position: relative;
    width: 290.5px;
    height: 402px;
    overflow: hidden;
    margin-left: 50px;
}
.smoke-product-img ol {
    position: absolute;
    right: 30px;
    bottom: 10px;
}

ol#nav li {
    width: 10px;
    display: inline-block;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    line-height: 15px;
    text-align: center;
    background: #fff;

}
ol#nav .active {
    background: orange;
}
#nav {
    margin:0 auto;
}
/* 静态支付 */
.pay{
    width: 500px;
    height: 350px;
    border: 1px solid;
    position: absolute;
    top: 30px;
    left: 345px;
    padding-left: 30px;
    padding-top: 20px;
    font-size: 21px;
}
.pay div {
    margin-top: 45px;

}
.flavor select {
    width: 140px;
    vertical-align:top;
    height: 22px;
}
.num span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
}
.less {
    width: 30px;
    vertical-align: bottom;
}
.add {
    width: 30px;
    vertical-align: bottom;
}
#numValue {
    width: 25px;
    height: 25px;

}
.pay button {
    width: 158px;
    height: 52px;
    border-radius: 5px;
    font-weight: bold;
}
/* 订单框 */

.orderBox {
    width: 350px;
    height: 500px;
    border: 1px solid #000;
    position: absolute;
    top: -145px;
    left: 270px;
    background: white;
    padding-top: 30px;
    padding-left: 20px;
    font-size: 20px;
}
.orderBox>div {
    margin-top: 20px;
}
.orderBox .orderBoxTop {
    display: inline-block;
    margin-top: 0px;
    vertical-align: top;
    margin-bottom: 20px;
}
.orderBoxTop img {
    width: 100px;
    height: 120px;
}
.orderBoxTopRight {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;

}
.orderBoxTopRight div {
    margin-bottom: 20px;
}
.orderBoxLess {
    width: 30px;
    vertical-align: bottom;
    margin-left: 35px;
}
#orderBoxNumValue{
    width: 25px;
    height: 25px;
}
.orderBoxAdd {
    width: 30px;
    vertical-align: bottom;
}
#userName {
    margin-left: 20px;
}
#submitOrder {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    background-color: #F3F3F3;
    float:right;
    margin-top: 10px;
    margin-right: 30px;

}
#close {
    width: 20px;
    position: absolute;
    top: 5px;
    right:5px;
}

/* 信息框 */

.infoBox {
    width: 380px;
    height: 425px;
    border: 1px solid #000;
    position: absolute;
    top: -60px;
    left: 270px;
    background: white;
    padding-top: 10px;
    font-size: 20px;
}
.infoBox .infoBoxTitle{
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.infoBox div{
    margin-left: 20px;
    margin-top: 25px;
}
.infoBox button {
    width: 120px;
    height: 36px;
    line-height: 30px;
    border-radius: 5px;
    background-color: #F3F3F3;
}
#infoBoxOk {
    margin-left: 90px;
}

/* 支付框 */

.payBox {
    width: 380px;
    height: 400px;
    border: 1px solid #000;
    position: absolute;
    top: -19px;
    left: 270px;
    background: white;
    padding-top: 35px;
    font-size: 20px;
}
.payBox .payBoxTitle {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-left:0px ;
}
.payBox div{
    margin-left: 20px;
    margin-top: 35px;
    padding-left:30px ;
}
#payBoxMoney {
    text-align: center;
    margin-left: 0px;
    padding-left:0px ;
}

#payBoxPay {
    width: 200px;
    height: 40px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #F3F3F3;
    margin-left: 45px;
    font-weight: bold;
}
#payWayClose {
    width: 20px;
    position: absolute;
    top: 5px;
    right:5px;
}
#payBoxPay {
    margin-left: 0px;
    margin-bottom: 30px;
}
.none {
    display: none;
}


.products{
    display: inline-block;
    vertical-align: top;
    height: 520px;
    width: 950px;
    text-align: center;
}
.products p{
    text-align: left;
    text-indent: 2rem;
    font-size: 16px;
    margin: 12px 0;
}

/* 服务项目页：服务领域与服务流程 */
.smoke-product .service-heading {
    width: 1010px;
    margin: 36px 20px 18px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ed8e00;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.service-grid {
    width: 1010px;
    margin: 0 20px;
    overflow: hidden;
}

.service-item {
    float: left;
    box-sizing: border-box;
    width: 326px;
    min-height: 118px;
    margin: 0 16px 16px 0;
    padding: 18px 20px;
    background-color: #fafafa;
    border-left: 3px solid #ed8e00;
}

.service-item:nth-child(3n) {
    margin-right: 0;
}

.service-item h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}

.smoke-product .service-item p {
    width: auto;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.service-flow {
    width: 1010px;
    margin: 0 20px;
    overflow: hidden;
}

.service-step {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 144px;
    padding: 0 6px;
    text-align: center;
}

.service-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 12px;
    right: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #f2c485;
}

.service-step-num {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #ed8e00;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
}

.service-step h3 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.smoke-product .service-step p {
    width: auto;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

.smoke-product .service-note {
    width: 1010px;
    margin: 36px 20px 30px;
    padding-top: 16px;
    border-top: 1px solid #eeeeee;
    font-size: 13px;
    line-height: 22px;
    color: #999999;
}
