@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-width: 1100px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #262626;
    outline: 0;
    vertical-align: baseline;
    text-align: center;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ul li {
    list-style-type: none;
}

img {
    display: block;
    border: none;
}

div {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: 600;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    content: "";
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.wrapper {
    position: relative;
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
    zoom: 1;
}

.all-icons {
    display: inline-block;
    text-indent: -9999px;
    background-image: url("../images/all-icons.png");
}

p.price {
    font-size: 12px;
    line-height: 28px;
}

p.price strong {
    font-size: 16px;
}

p.price strong b {
    font-size: 34px;
}

p.price.yellow {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

p.price.yellow strong {
    font-size: 14px;
    color: #ffea00;
}

p.price.yellow strong b {
    font-size: 28px;
}

p.price.yellow del {
    display: inline-block;
    margin-left: 5px;
}

p.price.small {
    font-size: 12px;
    color: #232323;
}

p.price.small strong {
    font-size: 18px;
}

p.countdown {
    line-height: 35px;
    color: #f01418;
    text-shadow: 0 1px 0 #ffffff;
}

p.countdown span {
    color: #3e3e3e;
}

p.countdown strong {
    display: inline-block;
    width: 20px;
    font-size: 16px;
    text-shadow: 0 1px 0 #fffac3;
}

p.countdown.yellow {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-shadow: none;
    color: #fff;
}

p.countdown.yellow span {
    color: #fff;
}

p.countdown.yellow strong {
    width: 16px;
    font-size: 12px;
    font-weight: 500;
    text-shadow: none;
}

p.hint {
    margin: 32px 0 0 0;
    line-height: 18px;
    text-align: left;
    color: #8a5105;
}

p.subtotal {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

p.subtotal strong {
    float: right;
    font-size: 16px;
}

p.subtotal strong b {
    font-size: 28px;
}

p.discount {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #ff3336;
}

p.discount strong {
    float: right;
    font-size: 16px;
}

p.discount strong b {
    font-size: 28px;
}

p.total {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

p.total strong {
    float: right;
    font-size: 14px;
}

p.total strong b {
    font-size: 28px;
}

p.attention {
    margin: 12px 0 0 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #909090;
}

p.attention.small {
    margin: 6px 0 0 0;
}

a.buybtn {
    display: block;
    width: 256px;
    height: 56px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 50px;
    color: #fff8dc;
    text-align: center;
    text-shadow: 0 1px 3px #7f0706;
    border: 3px solid #ff6d5b;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    background: #ff773b;
    background: linear-gradient(#FF0304 0, #FF0033 100%);
    box-shadow: 0 15px 30px #F6372B66;
}

a.buybtn i {
    width: 24px;
    height: 17px;
    margin-right: 10px;
    background-position: 0 0;
    vertical-align: middle;
}

a.buybtn:hover {
    background: #ea292b;
    background: -webkit-linear-gradient(#ea292b 0, #ff773b 100%);
    background: linear-gradient(#ea292b 0, #ff773b 100%);
}

a.buybtn.yellow {
    width: 220px;
    height: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #343434;
    text-shadow: none;
    border: 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #ffec6e;
    background: -webkit-linear-gradient(#f0b911 0, #ffec6e 21%, #f0b911 73%, #ff601c 100%);
    background: linear-gradient(#f0b911 0, #ffec6e 21%, #f0b911 73%, #ff601c 100%);
    -webkit-box-shadow: 0 14px 19px rgba(107, 8, 10, 0.67);
    box-shadow: 0 14px 19px rgba(107, 8, 10, 0.67);
}

a.buybtn.yellow i {
    width: 20px;
    height: 12px;
    background-position: 0 -17px;
    vertical-align: baseline;
}

a.buybtn.yellow:hover {
    background: #ff601c;
    background: -webkit-linear-gradient(#ff601c 0, #f0b911 21%, #f0b911 73%, #ffec6e 100%);
    background: linear-gradient(#ff601c 0, #f0b911 21%, #f0b911 73%, #ffec6e 100%);
}

a.buybtn.small {
    width: 200px;
    height: 42px;
    font-size: 14px;
    line-height: 36px;
    text-shadow: none;
}

a.buybtn.small i {
    width: 20px;
    height: 12px;
    margin-right: 2px;
    background-position: 0 -63px;
}

.number {
    padding: 8px 0 0 0;
    text-shadow: 0 1px 0 #ffffff;
    color: #3e3e3e;
}

.number .countdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 51px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    background: url("../images/countdown-top.png") 0 0 no-repeat;
}

.number .countdown .scroll-tick {
    float: left;
    width: 15px;
    margin-right: 3px;
    color: #f01418;
}

.number .countdown .scroll-tick:last-child {
    margin-right: 0;
}

.number .countdown .scroll-tick strong {
    display: block;
}

.number i {
    width: 16px;
    height: 8px;
    margin-right: 10px;
    background-position: -42px -45px;
}

.pricebox span.reduce {
    display: block;
    position: absolute;
    top: -40px;
    right: 25px;
    width: 23px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    color: red;
    background: url("../images/reduce.png") center no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: reduce 1s ease-out 1;
    animation: reduce 1s ease-out 1;
}

.banner {
    min-width: 1100px;
    padding-top: 20px;
    min-height: 800px;
    background: url("../images/bg.jpg") top center no-repeat;
}

.banner .logo {
    display: block;
    z-index: 999;
    position: absolute;
    top: 20px;
    left: 0;
    width: 47px;
    height: 16px;
    text-indent: -9999px;
    background: url("../images/logo.png") center no-repeat;
}

.banner .title {
    min-height: 137px;
    background: url(../images/title.png) top center no-repeat;
}

.banner .title h1 {
    /* display: none;
    height: 0; */
    padding-top: 86px;
    text-indent: -9999px;
}

.banner .title p {
    /* padding-top: 130px; */
    font-size: 18px;
    line-height: 32px;
    color: #252834;
    max-width: 901px;
    margin: auto;
    /* color: #fff; */
    background: transparent linear-gradient(90deg,
    #FEE0CB00 0%,
    #FFDFD4 21%,
    #FFEAD5 51%,
    #FFDFD4 76%,
    #FFFFFF00 100%); 
}

.banner .title p>span {
    font-size: 18px;
    line-height: 32px;
    color: #FF3D3D;
    /* color: #ff6868;
    color: #EEC900; */
}

/* .banner .wrapper>p {
    font-size: 16px;
    margin-top: -10px;
    color: #FFFFFF;
    padding: 9px 36px 7px;
    display: none;
    position: relative;
    top: -31px;
    z-index: 2;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF64 21%, #FFFFFF91 51%, #FFFFFF6A 76%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029; 
}*/

/* .banner .wrapper>p>span {
    color: #EEC900;
}  */

.banner .offer {
    width: 1086px;
    /* margin-top: -35px; */
    background: url("../images/offer-bg.png?t=1648795183") 0 24px no-repeat;
    position: relative;
}

.banner .offer .plus {
    position: absolute;
    top: 250px;
    left: 270px;
    z-index: 2;
}

.banner .offer .left {
    width: 222px;
    margin: 94px 0 0 23px;
}

.banner .offer .left .price {
    margin: 23px 0 0 0;
}

.banner .offer .left .price b {
    font-weight: bold;
}

.banner .offer .left .price del {
    color: #888888;
    font-size: 14px;
}

.banner .offer .left {
    position: relative;
    z-index: 9;
    top: 50px;
    left: 30px;
}

.banner .offer .middle {
    width: 265px;
    margin: 50px 0 0 134px;
}

.banner .offer .middle p {
    font-size: 16px;
    color: #994c2b;
    margin-top: 13px;
    text-shadow: 1px 0px 0 #fff;
}

.banner .offer .middle .productbox {
    width: 120px;
    height: 114px;
}

.banner .offer .middle ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 360px;
    margin-left: -65px;
    padding: 10px 50px;
    position: relative;
    cursor: pointer;
    height: 141px;
}

.banner .offer .middle ul li:nth-of-type(1) {
    margin-top: 10px;
}

.banner .offer .middle ul li .choosebtn {
    width: 32px;
    height: 32px;
}

.banner .offer .middle ul li .pricebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
}

.banner .offer .middle ul li .pricebox .num {
    font-size: 14px;
}

.banner .offer .middle ul li .pricebox .ascnum {
    font-size: 16px;
}

.banner .offer .middle ul li .pricebox .isunum {
    font-size: 16px;
}

.banner .offer .middle ul li .pricebox .iunum {
    font-size: 16px;
}

.banner .offer .middle ul li .pricebox strong {
    font-size: 20px;
    font-weight: bold;
}

.banner .offer .middle ul li .pricebox del {
    color: #888888;
}

.banner .offer .middle ul li .pricebox b {
    font-size: 32px;
    font-weight: bold;
}

.banner .offer .middle ul li .pricebox del {
    font-size: 16px;
}

.banner .offer .middle ul li .hint {
    background: #fff6e5;
    color: #8a470c;
    font-size: 12px;
    border-radius: 25px;
    border: 1px solid #e8c583;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    font-weight: 600;
    padding: 0 20px;
    transition: all 0.3s;
    opacity: 0;
}

.banner .offer .middle ul li:nth-of-type(1) .hint {
    left: 8px;
}

.banner .offer .middle ul li:nth-of-type(2) .hint {
    left: 0px;
}

.banner .offer .middle ul li:nth-of-type(3) .hint {
    left: 18px;
}

.banner .offer .middle ul li img:nth-of-type(2):hover~.hint {
    opacity: 1;
}

.banner .offer .middle ul li.active {
    background: #fff;
}

.banner .offer .middle ul li.active .packsNum {
    color: #ff3336;
}

.banner .offer .middle ul li.active strong {
    color: #ff3336;
}

.banner .offer .middle .price {
    margin: 40px 0 0 -25px;
}

/* .banner .offer .middle .mask {
    position: absolute;
    top: 0;
    left: -379px;
    width: 684px;
    height: 378px;
    background: url("../images/offer-soldout.png") center no-repeat;
} */

.banner .offer .middle li.soldout .pricebox .num {
    opacity: 0;
}

.banner .offer .middle li.soldout .pricebox strong {
    color: #888888;
}

.banner .offer .middle.soldout:after {
    content: "";
    display: block;
    z-index: 999;
    position: absolute;
    top: 107px;
    left: 82px;
    width: 123px;
    height: 117px;
    background: url("../images/soldout-big.png") center no-repeat;
    -webkit-animation: show 0.3s ease 1;
    animation: show 0.3s ease 1;
}

.banner .offer .right {
    width: 413px;
    height: 490px;
    padding: 0 32px 0 53px;
    text-align: left;
    background: #fff;
    border: 1px solid #ffd77b;
    border-radius: 4px;
    box-shadow: 0px 0px 41.31px 9.69px rgba(50, 49, 54, 0.2);
    margin-top: 30px;
}

.banner .offer .right h3 {
    width: 295px;
    height: 53px;
    font-size: 18px;
    line-height: 56px;
    color: #ae9f8b;
    border-bottom: 1px dashed #e7e7e6;
    margin-top: 20px;
}

.banner .offer .right ul {
    width: 326px;
    height: 165px;
    background: url("../images/banner-line.png") bottom left no-repeat;
}

.banner .offer .right ul li h4 {
    font-size: 16px;
    line-height: 26px;
}

.banner .offer .right ul li h4 span {
    display: block;
    float: right;
}

.banner .offer .right ul li h4 span del {
    font-size: 14px;
    text-decoration: none;
    color: #5a5858;
}

.banner .offer .right ul li h4 span del:after {
    content: "";
    display: inline-block;
    width: 44px;
    height: 9px;
    margin: 0 0 0 -38px;
    background: url("../images/del.png") center no-repeat;
}

.banner .offer .right ul li p {
    font-size: 12px;
    line-height: 20px;
    color: #5b5b5a;
    margin-top: 5px;
}

.banner .offer .right ul li p span {
    float: right;
    margin-right: 7px;
    font-size: 12px;
    color: #e53538;
}

.banner .offer .right ul li:first-child {
    padding: 10px 0 10px 0;
    border-bottom: 1px dashed #e7e7e6;
}

.banner .offer .right ul li:last-child {
    padding: 13px 0 0 0;
}

.banner .offer .right ul li:last-child h4 span {
    color: #ff3336;
}

.banner .offer .right ul li:last-child strong:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-left: 5px;
    background: url("../images/box-icon.png") center no-repeat;
}

.banner .offer .right.soldout ul li:last-child {
    color: #f1392b;
}

.banner .offer .right.soldout ul li:last-child strong:after {
    content: "";
    display: none;
}

.banner .buybtn {
    margin: 20px 0 0 27px;
}

.choose {
    min-width: 1100px;
    height: 266px;
    background: url("../images/choose-bg.jpg") top center no-repeat;
}

.choose h2 {
    padding: 26px 0 36px 0;
    font-size: 30px;
    line-height: 30px;
}

.choose hr {
    width: 70px;
    height: 5px;
    margin: 0 auto 35px;
    border: 0;
    background: #cdcdcd;
}

.choose p {
    font-size: 13px\0;
    line-height: 24px;
    color: #585858;
}

.feature {
    height: 723px;
    background: url("../images/feature-bg.jpg") top center no-repeat;
}

.feature h2 {
    padding: 70px 0 0 0;
    font-size: 30px;
    line-height: 24px;
}

.feature dl {
    position: absolute;
    text-align: left;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature dl dt {
    float: left;
}

.feature dl dd {
    float: left;
    margin-left: 10px;
}

.feature dl dd h3 {
    font-size: 18px;
    line-height: 22px;
}

.feature dl dd p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
    color: #848484;
}

.feature dl dd p strong {
    font-size: 14px;
    color: #020202;
}

.feature dl.on {
    opacity: 1;
    filter: alpha(opacity=100);
}

.feature dl.one {
    top: 174px;
    left: 0;
}

.feature dl.one.on {
    left: 40px;
    left: 0\0;
}

.feature dl.two {
    top: 174px;
    right: 0;
}

.feature dl.two.on {
    right: 30px;
    right: 0\0;
}

.feature dl.three {
    top: 448px;
    left: -40px;
}

.feature dl.three.on {
    left: 0;
}

.feature dl.four {
    top: 448px;
    right: -40px;
}

.feature dl.four.on {
    right: 0;
}

.gift {
    min-width: 1100px;
    height: 471px;
    margin-top: 50px;
    background: url("../images/gift-bg.jpg?t=1648795183") center bottom no-repeat;
}

.gift h2 {
    width: 843px;
    height: 52px;
    text-indent: -9999px;
    background: url("../images/gift-title.png") center bottom no-repeat;
    top: 15px;
    margin: auto;
}

.gift img {
    margin: 22px 60px 0 62px;
}

.gift .other {
    width: 440px;
    margin: 60px 0 0 38px;
}

.gift .other h3 {
    margin-bottom: 16px;
    font-size: 18px;
    font-size: 16px\0;
    color: #141415;
}


.gift .buybtn {
    position: relative;
    color: #fff;
    font-size: 20px;
    text-shadow: none;
    background: #ff8417;
    background: linear-gradient(#FF0304 0, #FF0033 100%);
    box-shadow: 0 15px 30px #F6372B66;
    margin-top: -15px;
    border: 3px solid #ff6d5b;
}

.gift .buybtn:hover {
    background-image: -moz-linear-gradient(90deg, rgb(253, 111, 57) 0%, rgb(234, 43, 43) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(253, 111, 57) 0%, rgb(234, 43, 43) 100%);
}

.gift .buybtn:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 81px;
    height: 48px;
    background: url(../images/free.png) no-repeat;
}

.gift .countdown {
    margin: 12px 0 0 0;
}

.gift .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ebebeb;
    background: rgba(255, 255, 255, 0.63);
}

.gift .number {
    color: #1c1c1c;
    text-shadow: none;
}

.gift .number .countdown {
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    text-align: center;
    background: url("../images/countdown-top.png") 0 -20px no-repeat;
}

.gift .number .countdown .scroll-tick {
    color: #ffec6e;
}

.gift .number span.reduce {
    right: 200px;
}

.gift.soldout:after {
    content: "";
    display: block;
    z-index: 999;
    position: absolute;
    top: 132px;
    right: 43%;
    width: 123px;
    height: 117px;
    background: url("../images/soldout-big.png") center no-repeat;
    -webkit-animation: show 0.3s ease 1;
    animation: show 0.3s ease 1;
}

.gift ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 30px;
}

.gift ul li {
    position: relative;
    cursor: pointer;
}

.gift ul li .choosebtn {
    position: absolute;
    right: 0;
    top: 0;
}

.gift ul li .num {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
}

.gift ul li b {
    color: #e53538;
}

.gift .gifts.soldout .pricebox {
    display: none;
}

.gift .pricebox span.reduce {
    right: 128px;
}

.service {
    margin: 40px auto;
}

.service dl {
    width: 545px;
    height: 100px;
    text-align: left;
}

.service dl.fl dt {
    float: left;
    margin: 14px 12px 0 24px;
}

.service dl.fl dd {
    float: left;
    width: 430px;
}

.service h3 {
    margin: 18px 0 10px;
    color: #969696;
    font-size: 14px;
    font-weight: 600;
}

.service p {
    color: #bebebe;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.service dl.fr dt,
.service dl.fr dd {
    margin-left: 28px;
}

.award {
    min-width: 1100px;
    height: 222px;
    margin: 62px 0 0 0;
    background: url("../images/award-bg.jpg") bottom center no-repeat;
}

.award h2 {
    margin: 0 0 27px 0;
    font-size: 30px;
    line-height: 30px;
}

.award img {
    margin: auto;
}

.review {
    margin: 0 auto 80px;
}

.review img {
    display: inline-block;
}

.review .content {
    position: relative;
    padding-top: 70px;
    height: 290px;
}

.review .content h3 {
    font-size: 36px;
    font-weight: 600;
}

.review .content dl {
    display: none;
}

.review .content h4 {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 600;
}

.review .content dd {
    padding: 0 20px;
    margin-bottom: 12px;
    line-height: 24px;
    font-weight: 500;
}

.review .content .active {
    display: block;
}

.review ul.users li {
    margin-top: 40px;
    float: left;
    width: 25%;
    height: 210px;
    cursor: pointer;
}

.review ul.users li .pic {
    padding-bottom: 26px;
    width: 100%;
    height: 126px;
    cursor: pointer;
    border-bottom: 3px solid #e8e9ed;
}

.review ul.users li img {
    display: inline-block;
    margin-top: 35px;
    width: 65px;
    height: 65px;
    vertical-align: middle;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.review ul.users li p {
    position: relative;
    display: none;
    margin-top: 26px;
    font-size: 16px;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.review ul.users li.active img {
    margin-top: 0;
    width: 100px;
    height: 100px;
}

.review ul.users li.active p {
    display: block;
}

.review ul.users li.active p:after {
    content: "";
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -58px;
    width: 117px;
    height: 3px;
    background: #ef0027;
}

.comparison h2 {
    font-size: 26px;
    line-height: 26px;
    color: #232323;
}

.comparison img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
}

.comparison table {
    margin-top: 40px;
    text-align: left;
}

.comparison table thead th {
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-bottom: 3px solid #ff531f;
}

.comparison table thead th.itema {
    width: 250px;
    padding: 10px 1px 0 0;
    font-size: 16px;
}

.comparison table thead th.itema .free {
    width: 100%;
    height: 39px;
    line-height: 39px;
    background: #232323;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.comparison table thead th.itemb {
    width: 270px;
    font-size: 20px;
}

.comparison table thead th.itemb .pro {
    width: 100%;
    height: 49px;
    line-height: 49px;
    /* background-image: -moz-linear-gradient(90deg, #ff9339 0%, #ff4a1c 100%);
  background-image: -webkit-linear-gradient(90deg, #ff9339 0%, #ff4a1c 100%);
  background-image: -ms-linear-gradient(90deg, #ff9339 0%, #ff4a1c 100%); */
    background-color: #ed3a3d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.comparison table tbody td {
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    color: #474747;
    border: 1px solid #ededed;
    border-left: 0;
}

.comparison table tbody td.subhead {
    color: #7d7d7d;
}

.comparison table tbody td.text {
    width: 580px;
}

.comparison table tbody td.itema {
    background: #f4f4f4;
}

.comparison table tbody td.itemb {
    background: #faf1f2;
}

.comparison table tbody td i {
    display: block;
    width: 16px;
    height: 17px;
    margin: auto;
}

.comparison table tbody td i.black {
    background-position: 0 -29px;
}

.comparison table tbody td i.red {
    background-position: 0 -46px;
}

.comparison table tfoot th {
    padding: 16px 0;
    text-align: center;
    border-bottom: 3px solid #eaeaea;
}

.note {
    margin: 28px auto;
    color: #8f8f8f;
    font-size: 12px;
    text-align: left;
}

.copyright {
    color: #8f8f8f;
    font-size: 12px;
    line-height: 42px;
    text-align: center;
    border-top: 1px solid #e3e3e3;
}

@keyframes show {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.float {
    z-index: 999;
    position: fixed;
    right: 0;
    top: -60px;
    visibility: hidden;
    width: 260px;
    height: 60px;
    background: url("../images/float-bg.png");
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.float.on {
    top: 20%;
    visibility: visible;
}

.float p {
    padding: 10px 0 0 66px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    color: #dddddd;
}

.float p span {
    font-size: 16px;
    color: #ffffff;
}

@keyframes reduce {
    from {
        top: -23px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    to {
        top: -40px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes reduce {
    from {
        top: -23px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    to {
        top: -40px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}


/*# sourceMappingURL=style.css.map */