@charset "utf-8";
/* CSS Document */

/*共用样式*/
* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px "Microsoft YaHei" !important;
    background: #fff;
    color: #333;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #d52e36;
    cursor: pointer;
    text-decoration: none;
}

em, i {
    font-style: normal;
}

ol, ul, dl, li, dt, dd {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

a img {
    border: 0
}

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

input, button {
    outline: none;
    border: 0 none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff; /*vertical-align:middle*/
}

label {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.over {
    overflow: hidden;
}

.fix {
    *zoom: 1;
}

.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.z {
    _zoom: 1;
}

.con {
    width: 100%;
    height: auto;
}

.content {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

input {
    outline: none;
}

textarea {
    resize: none
}

/* display */
.show {
    display: block;
}

.hide {
    display: none;
}

/*定位*/
.abs {
    position: absolute;
}

.rel {
    position: relative;
}

/* text-align */
.tc {
    text-align: center !important;
}

.tr {
    text-align: right !important;
}

.tl {
    text-align: left !important;
}

.tj {
    text-align: justify;
}

.td30 {
    text-indent: 30px;
}

/*边距*/
.mt5 {
    margin-top: 5px !important;
}

.mt7 {
    margin-top: 6px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb120 {
    margin-bottom: 120px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt120 {
    margin-top: 120px;
}

.mt250 {
    margin-top: 250px;
}

.mt280 {
    margin-top: 280px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 45px;
}

.mr0 {
    margin-right: 0px !important;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px !important;
}

.mr32 {
    margin-right: 32px !important;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt80 {
    padding-top: 80px;
}

.pt100 {
    padding-top: 100px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

/*颜色*/
.color_green {
    color: #00b88b !important;
}

.color_orange {
    color: #ff6600 !important;
}

.color_purple {
    color: #7359e0 !important;
}

.color_red {
    color: #d52e36 !important;
}

.color_use {
    color: #d52e36 !important;
}

.color_fff {
    color: #fff !important;
}

.color_999 {
    color: #999 !important;
}

.color_666 {
    color: #666 !important;
}

.color_333 {
    color: #333 !important;
}

.b {
    font-weight: bold !important;
}

/*字体*/
.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f24 {
    font-size: 24px !important;
}

.f26 {
    font-size: 26px !important;
}

.f28 {
    font-size: 28px !important;
}

.f30 {
    font-size: 30px !important;
}

.f36 {
    font-size: 36px !important;
}

.f42 {
    font-size: 42px !important;
}

.f48 {
    font-size: 48px !important;
}

.f60 {
    font-size: 60px !important;
}

.f66 {
    font-size: 66px !important;
}

/*行高*/
.l20 {
    line-height: 20px !important;
}

.l24 {
    line-height: 24px !important;
}

.l28 {
    line-height: 28px !important;
}

.l30 {
    line-height: 30px !important;
}

.l32 {
    line-height: 32px !important;
}

.l36 {
    line-height: 36px !important;
}

.l42 {
    line-height: 42px !important;
}

.l48 {
    line-height: 48px !important;
}

.l52 {
    line-height: 52px !important;
}

.l60 {
    line-height: 60px !important;
}

.l72 {
    line-height: 72px !important;
}

.l82 {
    line-height: 82px !important;
}

/*背景*/
.bg_white {
    background: #fff !important;
}

.bg_f5 {
    background: #f5f5f5 !important;
}

.bg_ccc {
    background: #ccc !important;
}

.bg_green {
    background: #00b88b !important;
}

.bg_orange {
    background: #ff6600 !important;
}

.bg_blue {
    background: #34b4f0 !important;
}

.bg_red {
    background: #e92455 !important;
}

.bg_pink {
    background: #d52e36 !important;
}

.bg_use {
    background: #d52e36 !important;
}

/*  index  */
.MainCon {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-box-flex: 1;
    height: auto;
    width: 100%;
    padding: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.headerBlock {
    width: 100%;
    height: 36px;
    background: #333;
    line-height: 36px;
}

.headerList li {
    float: left;
    margin-left: 10px;
    line-height: 36px;
    color: #fff;
}

.headerList li a {
    color: #fff;
}

.menuList li {
    float: left;
    text-align: center;
    width: 108px;
    font-size: 16px;
    line-height: 60px;
}

.menuList li.current {
    color: #00b88b;
}

.iconArrowDown {
    position: absolute;
    right: 1px;
    top: 1px;
}

.myimg img {
    width: 100%;
    height: auto;
}

.bannerInfoBox {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 20%;
    z-index: 3;
}

.bannerTitle {
    font-size: 42px;
    line-height: 80px;
}

.bannerTxt {
    font-size: 30px;
    line-height: 60px;
    color: #686868;
}

.myimg_mt20 {
    margin-top: 2.2%;
}

.newsBlock {
    width: 100%;
    height: 48px;
    background: #f5f5f5;
    line-height: 48px;
}

.newsTip {
    display: inline-block;
    height: 14px;
    font-size: 12px;
    color: #d52e36;
    border: 1px solid #ff6600;
    padding: 2px 6px;
    line-height: 12px;
    border-radius: 6px;
}

.indexTitle {
    font-size: 32px;
    text-align: center;
    line-height: 60px;
}

.indexTxt {
    font-size: 22px;
    color: #999;
    text-align: center;
    line-height: 60px;
}

.titleLine {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #eee;
}

.showList {
    position: absolute;
}

.showList li {
    float: left;
    width: 180px;
    height: 155px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-right: 24px;
    padding-bottom: 10px;
    padding-top: 15px;
    background: #fff;
    box-shadow: 1px 1px 3px 3px rgba(188, 188, 188, 0.2);
    position: relative;
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s
}

.showListNone {
    margin: 10px 15px;
    display: none;
}

.showList li:hover {
    -webkit-transform: translateY(-40px);
    float: left;
    width: 180px;
    height: 220px;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    margin-right: 24px;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: none;
    border-radius: 8px;
    background: #00b88b;
}

.showList li:hover .showListNone {
    display: block;
}

.showList li:hover .showListBlock {
    display: none;
}

.showListNoneLine {
    border-bottom: 2px solid #fff;
    width: 36px;
}

.indexImgBox {
    width: 100%;
    height: 820px;
    background: url(/images/cms/s1/indexImgBg.jpg) center center no-repeat;
}

.indexImgList {
    position: absolute;
}

.indexImgList li {
    float: left;
    width: 300px;
    height: 375px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-left: -1px;
    border-left: 1px solid #dfdfdf;
    padding-bottom: 10px;
    padding-top: 15px;
    background: #fff;
    position: relative;
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s
}

.indexImgListNone {
    margin: 10px 15px;
    display: none;
}

.indexImgList li:hover {
    -webkit-transform: translateY(-0px);
    float: left;
    width: 300px;
    height: 400px;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    margin-left: -1px;
    border-left: none;
    padding-bottom: 0;
    padding-top: 0;
    background: #00b88b;
}

.indexImgList li:hover .indexImgListNone {
    display: block;
}

.indexImgList li:hover .indexImgListBlock {
    display: none;
}

.knowMoreBtn {
    display: inline-block;
    width: 42%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #00b88b;
    text-align: center;
    background: #fff;
    border-radius: 6px;
}

.infoTabList {
    width: 700px;
    height: 48px;
    border-bottom: 1px solid #dfdfdf;
    margin-left: 250px;
}

.infoTabList li {
    float: left;
    cursor: pointer;
    width: 175px;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #686868;
}

.infoTabList li:hover {
    color: #00b88b;
}

.infoTabList li span.current {
    display: inline-block;
    color: #00b88b;
    line-height: 43px;
    border-bottom: 2px solid #00b88b;
}

.infoBoxLeft {
    width: 450px;
    height: auto;
}

.infoBoxRight {
    width: 700px;
    height: auto;
}

.indexMapBox {
    width: 1200px;
    height: 760px;
    background: url(/images/cms/s1/map.png) top center no-repeat;
}

.homeInfoBox {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 76px;
}

.homeInfoBlocks {
    float: left;
    cursor: pointer;
    box-shadow: 0px 2px 7px 0px rgba(127, 129, 127, 0.25);
    width: 196px;
    height: 196px;
    padding: 5px;
    position: relative;
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    background: #00b88b;
}

.homeInfoBlocks:hover {
    -webkit-transform: translateY(-15px);
}

.homeInfoBlock {
    width: 196px;
    height: 176px;
    padding-top: 20px;
    background: #fff;
}

.homeInfoBlockTitle {
    font-size: 48px;
    text-align: center;
    line-height: 100px;
}

.homeInfoBlockTxt {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    color: #999;
}

.homeInfoBlocks_55 {
    margin-left: 55px;
}

.homeInfoBlocks_90 {
    margin-left: 90px;
}

.toRegBox {
    width: 100%;
    height: 310px;
    padding: 15px 0;
    background: #00b88b;
}

.toRegBg {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 310px;
    background: url(/images/cms/s1/bottomBg.png) top center no-repeat;
}

.toRegBtn {
    display: inline-block;
    width: 280px;
    color: #00b88b;
    height: 60px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    line-height: 60px;
    position: relative;
    z-index: 3;
}

.toRegTxt {
    color: #fff;
    text-align: center;
    line-height: 72px;
    font-size: 30px;
    position: relative;
    z-index: 3;
}

.footerBlock {
    width: 100%;
    height: auto;
    background: #333;
}

.footerCopyTxt {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-top: 1px solid #666;
}

.footerListBox {
    width: 180px;
    height: auto;
    float: left;
}

.footerListTitle {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}

.footerList li a {
    font-size: 12px;
    line-height: 30px;
    color: #999;
}

.footerList li a:hover {
    color: #fff;
}

.consultBtn {
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}

.iconContact {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #999;
    border-radius: 50%;
    border: 2px solid #999;
}

.iconContact:hover {
    color: #fff;
    border: 2px solid #fff;
}

.homeMenuBox {
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 9;
}

.homeMenuList li {
    width: 50px;
    height: 50px;
    position: relative;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    color: #686868;
    border-radius: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
}

.homeMenuList li:hover {
    background: #eee;
}

.homeMenuBlock {
    position: absolute;
    left: -100px;
    top: 10px;
    display: none;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #464646;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.triangle_border_ups {
    position: absolute;
    right: -6px;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #464646;
    border-bottom: 6px solid transparent;
}

.homeMenuList li:hover .homeMenuBlock {
    display: block;
}

.productBox {
    position: absolute;
    left: 0;
    top: 96px;
    display: none;
    width: 100%;
    box-shadow: 0px 2px 7px 0px rgba(155, 155, 155, 0.2);
    height: auto;
    padding: 30px 0;
    background: #fff;
    z-index: 9;
    padding-top: 20px;
}

.productLeftBox {
    width: 600px;
    height: auto;
}

.productRightBox {
    width: 300px;
    height: auto;
}

.productSpanBlock {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #00b88b;
}

.productLeftHalfBox {
    width: 48%;
    height: auto;
}

.headerTipImg {
    width: 240px;
    height: 44px;
    background: url(/images/cms/s1/tipImg_red.png) no-repeat;
}

/*selection*/
.tipSpanBlock {
    display: inline-block;
    float: left;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
}

.menuBlock {
    width: 100%;
    height: 48px;
    background: #d52e36;
}

.menuBlockList li {
    float: left;
    cursor: pointer;
    position: relative;
    width: 140px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
}

.menuBlockList li.current, .menuBlockList li:hover {
    background: #B00B16;
}

.menuBlockList li a {
    color: #fff;
}

.iconMenuBlock {
    position: absolute;
    right: 5px;
    top: -12px;
    z-index: 3;
}

.bannerSearchBox02 {
    width: 100%;
    height: 260px;
    background: url(/images/cms/s1/bannerImg02.jpg) no-repeat center 0;
    background-attachment: fixed;
}

.bannerSearchBoxs {
    width: 100%;
    height: 260px;
    background: url(/images/cms/s1/bannerImgs.jpg) no-repeat center 0;
    background-attachment: fixed;
}

.bannerSearchBox {
    width: 100%;
    height: 260px;
    background: url(/images/cms/s1/bannerImg.jpg) no-repeat center 0;
    background-attachment: fixed;
}

.tabBgimgBox {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 9;
}

.tabBgimgBtn {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    cursor: pointer;
}

.searchTabList {
    margin-left: 375px;
}

.searchTabList li {
    width: 150px;
    height: 36px;
    color: #000;
    cursor: pointer;
    line-height: 36px;
    float: left;
    text-align: center;
    font-size: 16px;
}

.searchTabList li span.current {
    display: inline-block;
    line-height: 34px;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.searchTabList li:hover {
    color: #fff;
}

.searchTabBox {
    margin-left: 300px;
    width: 600px;
    height: auto;
}

.searchBoxInput {
    display: inline-block;
    width: 500px;
    height: 50px;
    border-radius: 25px 0px 0px 25px;
    color: #686868;
    text-indent: 20px;
    font-size: 16px;
    appearance: none;
    outline: none;
    background: #dfdfdf;
    border: none;
}

.searchBoxInputs {
    display: inline-block;
    width: 300px;
    height: 36px;
    border-radius: 19px 0px 0px 19px;
    color: #686868;
    text-indent: 20px;
    font-size: 14px;
    appearance: none;
    outline: none;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-right: none;
}

.searchBoxButton {
    display: inline-block;
    background: #d52e36;
    width: 100px;
    height: 38px;
    border-radius: 0px 19px 19px 0px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    appearance: none;
    border: none;
    cursor: pointer;
}

.searchBoxButtons {
    display: inline-block;
    width: 100px;
    height: 50px;
    border-radius: 0px 25px 25px 0px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    appearance: none;
    border: none;
    cursor: pointer;
}

.searchKey {
    display: inline-block;
    padding: 0px 8px;
    color: #999;
}

.searchKey:hover {
    color: #d52e36;
}

.filterBox {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px 3px rgba(196, 196, 196, 0.1);
}

.filterBoxBlock {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.filterBlockLeft {
    width: 88px;
    text-align: center;
    color: #999;
    line-height: 24px;
    font-size: 14px;
}

.filterBlockRight {
    width: 1110px;
    height: auto;
}

.filterBlockBtn {
    cursor: pointer;
    width: 66px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 16px;
    background: #00b88b;
}

.filterTypeBox a {
    display: inline-block;
    font-size: 14px;
    float: left;
    padding: 0px 8px;
    line-height: 24px;
    margin-right: 8px;
}

.filterTypeBox a.current {
    color: #d52e36;
}

.filterTabList li {
    float: left;
    cursor: pointer;
    font-size: 14px;
    width: 88px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-left: 1px solid #eee;
}

.filterTabList li.current, .filterTabList li:hover {
    color: #d52e36;
}

.filterBlockInput {
    display: inline-block;
    width: 66px;
    height: 30px;
    border: 1px solid #eee;
    line-height: 32px;
    font-size: 14px;
}

.filterBlockInputs {
    background: none;
    border: none;
    outline: none;
    text-indent: 10px;
}

.goodBlock {
    float: left;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 283px;
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px 3px rgba(196, 196, 196, 0.1);
}

.goodBlockImg img {
    width: 283px;
    height: 283px;
}

.goodBlocks {
    float: left;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 222px;
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px 3px rgba(196, 196, 196, 0.1);
}

.goodBlockImgs img {
    width: 222px;
    height: 222px;
}

.tipIcon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.goodBlockTitle {
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goodBlockHalf {
    width: 50%;
    height: auto;
    float: left;
    text-align: center;
    border-right: 1px solid #eee;
    margin-left: -1px;
}

.voucherBlock {
    text-indent: 0 !important;
    padding: 0 16px;
    height: 32px !important;
    background: #d52e36;
    color: #fff;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}

.voucherBlock:before {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    left: -5px;
    top: 11px
}

.voucherBlock:after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    right: -5px;
    top: 11px
}

.goodBlockBtnBox {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    padding: 10px 0;
    background: #ff6600;
}

.goodBlockBtn {
    display: inline-block;
    width: 50%;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.goodBlockBtn:hover {
    color: #fff;
}

.goodMoreInfo {
    display: none;
    position: absolute;
    left: -1px;
    bottom: -75px;
    width: 100%;
    height: 80px;
    z-index: 5;
    background: #fff;
}

.goodBlock:hover {
    border: 1px solid #d52e36
}

.goodBlock:hover .goodBlockBtnBox, .goodBlock:hover .goodMoreInfo {
    display: block;
}

.goodBlock:hover .goodMoreInfo {
    border: 1px solid #d52e36;
    border-top: none;
}

.goodBlocks:hover {
    border: 1px solid #d52e36
}

.goodBlocks:hover .goodBlockBtnBox, .goodBlocks:hover .goodMoreInfo {
    display: block;
}

.goodBlocks:hover .goodMoreInfo {
    border: 1px solid #d52e36;
    border-top: none;
}

.pageBox a {
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 32px;
    border: 1px solid #dfdfdf;
    padding: 0px 12px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #686868;
}

.pageBox a:hover, .pageBox a.current {
    background: #d52e36;
    color: #fff;
    border: 1px solid #d52e36;
}

.pageBoxTxt {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 34px;
}

.goodInfoBox {
    position: absolute;
    right: -336px;
    top: 0px;
    background: rgba(33, 33, 33, 0.8);
    width: 300px;
    height: auto;
    padding: 10px;
    border-radius: 8px;
    z-index: 10;
    word-wrap: break-word;
}

.triangle_border_up {
    position: absolute;
    left: -10px;
    top: 254px;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent rgba(33, 33, 33, 0.8) transparent;
}

.AlertBox {
    position: fixed;
    display: none;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    background: rgba(108, 108, 108, 0.9);
    bottom: 50%;
    left: 50%;
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
    border: none;
    z-index: 999;
    white-space: normal;
}


/*goodDetail*/
#showbox {
    background: #eee;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    z-index: 3;
}

#showbox span {
    background: url(/images/cms/s1/whitebg.png) repeat;
}

#showsum {
    left: 25px;
    margin-top: 10px;
}

#showsum span {
    border: 1px solid #ddd;
}

#showsum span.sel {
    border: 1px solid #f60;
}

.showpage {
    width: 400px;
    position: relative;
}

.showpage a {
    display: block;
    cursor: pointer;
    width: 15px;
    border: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    background: #eee;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -62px;
    text-decoration: none;
    color: #999;
}

.showpage a#shownext {
    left: auto;
    right: 0;
}

.showpage a:hover {
    background: #ccc;
    color: #777;
}

.detailBoxLeft {
    width: 430px;
    height: auto;
}

.detailBoxRight {
    width: 730px;
    height: auto;
}

.detailBoxTitle {
    width: 540px;
    height: auto;
}

.detailBoxIcon {
    width: 185px;
    height: auto;
}

.replyBlock {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #d52e36;
    text-align: center;
    line-height: 16px;
    color: #fff;
}

.detailBoxTitleBlock {
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #d52e36;
}

.detailBoxTxtBlock {
    width: 100%;
    height: 96px;
    background: url(/images/cms/s1/detailTxtBg.jpg) repeat-x;
}

.detailBoxInfoBlocks {
    display: inline-block;
    float: left;
    width: 30%;
    font-size: 16px;
    line-height: 96px;
}

.priceLine {
    text-decoration: line-through;
}

.detailBoxInfo {
    width: 100%;
    height: auto;
    padding: 8px 0px;
    border-bottom: 1px dashed #dfdfdf;
    border-top: 1px dashed #dfdfdf;
}

.detailBoxInfoBlock {
    display: inline-block;
    float: left;
    width: 28%;
    font-size: 16px;
    line-height: 36px;
}

.detailBoxBtn {
    width: 31%;
    margin-right: 3.5%;
    cursor: pointer;
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #00b88b;
}

.detailTitleLine {
    width: 100%;
    height: 4px;
    background: #d52e36;
}

.detailTitleBlock {
    display: inline-block;
    width: 30%;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    background: #00b88b;
}

.CopywritingBox {
    width: 100%;
    height: auto;
    min-height: 685px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px 3px rgba(196, 196, 196, 0.1);
}

.CopywritingNum {
    width: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
}

.CopywritingTxt {
    width: 326px;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    background: #eee;
    border: 2px solid #eee;
}

.CopywritingTxtCurrent, .CopywritingTxt:hover {
    border: 2px solid #ff6600;
}

.CopywritingImg {
    position: relative;
    width: 22%;
    height: auto;
    cursor: pointer;
    float: left;
    margin-right: 4%;
    margin-bottom: 10px;
    border: 1px solid #eee;
    margin-left: -2px;
}

.CopywritingImg img {
    width: 100%;
    height: auto;
}

.CopywritingImgCurrent, .CopywritingImg:hover {
    border: 1px solid #ff6600;
}

.CopywritingImgSelect {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #ff6600;
    color: #fff;
}

.CopywritingImgBox {
    position: absolute;
    right: -320px;
    top: -50px;
    z-index: 8;
    width: 280px;
    padding: 10px;
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px 3px rgba(196, 196, 196, 0.1);
}

.diyTemplateBtn {
    display: inline-block;
    color: #ff6600;
    font-size: 16px;
}

.detailBoxRightHalf {
    width: 47%;
    height: auto;
    padding: 10px 0px 30px 0px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px 3px rgba(196, 196, 196, 0.1);
}

.detailBoxRightHalfBtn {
    width: 100%;
    height: 48px;
    font-size: 16px;
    cursor: pointer;
    line-height: 48px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}

.detailRightHalfBlue {
    background: #e5f8ff;
    width: 100%;
    height: 444px;
}

.detailRightHalfGreen {
    background: #e3fadd;
    width: 100%;
    height: 444px;
}

.iconQQ {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #34b4f0;
    border-radius: 25px;
}

.iconWX {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #2dde69;
    border-radius: 25px;
}

.thumbnailImg img {
    width: 100px;
    height: 100px;
}

.pidBox {
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 42px;
}

.pidBoxInput {
    display: inline-block;
    width: 260px;
    background: none;
    border: none;
    font-size: 12px;
    text-indent: 10px;
    line-height: 34px;
}

.pidBoxSetBtn {
    position: absolute;
    left: 150px;
    top: 9px;
    color: #ff6600;
    z-index: 3;
}

.pidBoxSetBtn:hover {
    color: #ff6600;
    text-decoration: underline;
}

.myshadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(100, 100, 100, 0.5);
}

.templateBox {
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    background: #fff;
    width: 660px;
    height: 410px;
    margin-left: -330px;
    margin-top: -205px;
    z-index: 10;
}

.reminderBox {
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    background: #fff;
    width: 360px;
    height: 176px;
    margin-left: -180px;
    margin-top: -88px;
    z-index: 10;
}

.myborderB {
    border-bottom: 1px solid #eee;
}

.myborderT {
    border-top: 1px solid #eee;
}

.templateClose {
    position: absolute;
    right: 10px;
    top: 2px;
    cursor: pointer;
}

.saveTemplate {
    display: inline-block;
    cursor: pointer;
    width: 88px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    background: #00b88b;
}

.templateBoxBtn {
    display: inline-block;
    cursor: pointer;
    width: 88px;
    height: 36px;
    text-align: center;
    color: #00b88b;
    font-size: 14px;
    line-height: 36px;
}

.mytextarea {
    width: 100%;
    height: 160px;
    border: 1px solid #dfdfdf;
    padding: 8px 0;
    background: #fff;
    outline: none;
}

.templateTabList {
    border: 1px solid #dfdfdf;
    cursor: pointer;
    width: 302px;
    border-radius: 8px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.templateTabList li {
    width: 100px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #dfdfdf;
}

.templateTabList li.current {
    color: #ff6600;
}


/*cms-index*/
.txtTh {
    text-decoration: line-through;
}

.goodBoxBlock {
    width: 570px;
    height: auto;
    padding: 10px;
    background: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.goodBoxBlockImg {
    width: 238px;
    height: 238px;
    float: left;
    border: 1px solid #eee;
}

.goodBoxBlockInfo {
    width: 310px;
    height: auto;
}

.goodBoxBlockImg img {
    width: 238px;
    height: 238px;
}

.goodBoxBlockTitle {
    font-size: 14px;
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.goodBoxBlockBtn {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: #d52e36;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    float: right;
}

.goodBoxBlockVolume {
    display: inline-block;
    float: left;
    color: #999;
    font-size: 16px;
    width: 189px;
    background: #ffe4e5;
    color: #d52e36;
    height: 38px;
    line-height: 40px;
    text-indent: 10px;
    border: 1px solid #d52e36;
    border-right: none;
}

.cmsMenuList li {
    width: 300px;
    height: 210px;
    float: left;
}

.menuBlockCurrent {
    width: 200px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #B00B16;
    cursor: pointer;
}

.menuBlockCurrents:hover .cmsMenuBoxs {
    display: block;
}

.picScroll-left {
    width: 990px;
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd .prev {
    display: block;
    width: 24px;
    height: 76px;
    background: rgba(100, 100, 100, 0.5);
    line-height: 76px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 137px;
    z-index: 1;
}

.picScroll-left .hd .next {
    display: block;
    width: 24px;
    height: 76px;
    background: rgba(100, 100, 100, 0.5);
    line-height: 76px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 137px;
    z-index: 1;
}

.picScroll-left .hd ul {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 1;
    margin-left: -45px;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    cursor: pointer;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin-right: 8px;
    text-indent: -999px;
    border-radius: 8px;
    background: #ccc;
}

.picScroll-left .hd ul li.on {
    background: #d52e36;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.cmsBannerBox {
    margin-left: 210px;
}

.cmsMenuBoxs {
    display: none;
}

.cmsMenuBox {
    position: absolute;
    left: 0;
    top: 49;
    width: 198px;
    height: 360px;
    border: 1px solid #eee;
    border-top: none;
    background: #fff;
    z-index: 8;
}

.cmsMenuBoxList li {
    font-size: 14px;
    line-height: 38px;
}

.cmsMenuBoxList li:hover {
    color: #d52e36;
}

.cmsMenuBoxArrow {
    display: none;
    width: 0;
    height: 0;
    border-width: 8px 8px 8px 0;
    border-style: solid;
    border-color: transparent #d52e36 transparent;
    margin-top: 10px;
}

.cmsMenuIconHide {
    display: none;
}

.cmsMenuIconShow, .cmsMenuIconHide {
    margin-top: -3px;
}

.cmsMenuBoxList li:hover .cmsMenuIconHide, .cmsMenuBoxList li:hover .cmsMenuBoxArrow {
    display: block;
}

.cmsMenuBoxList li:hover .cmsMenuIconShow {
    display: none;
}

.cmsMenuBoxShow {
    display: none;
    position: absolute;
    left: 198px;
    top: 0px;
    width: 400px;
    padding: 0 15px;
    border-left: 3px solid #d52e36;
    height: 360px;
    background: #fff;
    z-index: 9;
}

.cmsMenuBoxShowList li {
    float: left;
    width: 80px;
    height: 65px;
    padding: 10px 0;
    text-align: center;
}

.cmsMenuBoxShowList li:hover {
    color: #d52e36;
}

.cmsMenuBoxShowListImg img {
    width: 48px;
    height: 48px;
}

.cmsMenuBoxList:hover .cmsMenuBoxShow {
    display: block;
}

.cmsIndexTitle01 {
    display: inline-block;
    width: 352px;
    height: 55px;
    background: url(/images/cms/s1/cmsIndexTitle01_red.png) no-repeat;
}

.cmsIndexTitle02 {
    display: inline-block;
    width: 352px;
    height: 55px;
    background: url(/images/cms/s1/cmsIndexTitle02_red.png) no-repeat;
}

.cmsIndexTitle03 {
    display: inline-block;
    width: 352px;
    height: 55px;
    background: url(/images/cms/s1/cmsIndexTitle03_red.png) no-repeat;
}

.cmsGoodDetailTitle01 {
    display: inline-block;
    width: 352px;
    height: 55px;
    background: url(/images/cms/s1/cmsGoodDetailTitle01_red.png) no-repeat;
}

.cmsGoodDetailTitle02 {
    display: inline-block;
    width: 352px;
    height: 55px;
    background: url(/images/cms/s1/cmsGoodDetailTitle02_red.png) no-repeat;
}

.cmsSearchTitle01 {
    display: inline-block;
    width: 352px;
    height: 55px;
    background: url(/images/cms/s1/cmsSearchTitle01_red.png) no-repeat;
}

.cmsLogo {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: url(/images/cms/s1/cmsLogo_red.png) no-repeat;
}

/*cmsGoodDetail*/
.voucherDetail {
    width: 100%;
    height: 88px;
    background: #d52e36;
    color: #fff;
    border-radius: 0.5rem;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.voucherDetail:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    left: -8px;
    top: 36px;
}

.voucherDetailInfo {
    width: 72%;
    height: 88px;
}

.voucherDetailBtn {
    width: 28%;
    height: 88px;
    cursor: pointer;
    border-radius: 0 0.5rem 0.5rem 0;
    border-left: 1px dashed #fff;
    margin-left: -1px;
    font-size: 20px;
    text-align: center;
    line-height: 88px;
    background: #d52e36;
}

.voucherDetailIcon {
    position: absolute;
    left: 22px;
    top: 7px;
    z-index: 1;
}

/*cmsPreference*/
.goodPreferenceBox {
    float: left;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 18px;
    width: 386px;
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px 3px rgba(196, 196, 196, 0.1);
}

.goodPreferenceImg img {
    width: 120px;
    height: 120px;
}

.goodPreferenceInfo {
    width: 230px;
    height: auto;
    margin-left: 16px;
}

.searchTabBoxs {
    margin-left: 100px;
    width: 1000px;
    height: auto;
}

.searchTabBoxsList li {
    width: 136px;
    height: 48px;
    cursor: pointer;
    font-size: 20px;
    float: left;
    line-height: 48px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: #d52e36;
    margin-right: 10px;
}

.searchTabBoxsList li.current, .searchTabBoxsList li:hover {
    color: #fff;
    background: #d52e36;
}

.cmsSearchBoxInput {
    display: inline-block;
    width: 800px;
    border: 2px solid #d52e36;
    border-right: none;
    height: 50px;
    border-radius: 27px 0px 0px 27px;
    color: #686868;
    text-indent: 20px;
    font-size: 16px;
    appearance: none;
    outline: none;
    background: #dfdfdf;
}

.cmsSearchBoxButton {
    display: inline-block;
    width: 160px;
    height: 54px;
    background: #d52e36;
    border-radius: 0px 27px 27px 0px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    appearance: none;
    border: none;
    cursor: pointer;
}


/*cmsLogin*/
.cmsHeaderBox {
    width: 100%;
    height: 90px;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 1px 1px 3px 3px rgba(178, 219, 250, 0.1);
}

.cmsContentBox {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: #f1f9ff;
}

.cmsContentLeft {
    width: 660px;
    height: auto;
}

.cmsContentRight {
    width: 450px;
    height: auto;
}

.cmsContentRightBox {
    width: 448px;
    height: auto;
    border: 1px solid #eee;
    background: #fff;
    padding: 10px 0;
    box-shadow: 1px 1px 3px 3px rgba(178, 219, 250, 0.1);
}

.cmsMyBtn {
    width: 100%;
    height: 48px;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
    background: #d52e36;
}

.cmsLoginIcon {
    position: absolute;
    left: 8px;
    top: 13px;
    z-index: 1;
}

.cmsLoginIcons {
    position: absolute;
    right: 8px;
    top: 11px;
    z-index: 1;
}

.cmsLoginInput {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    font-size: 14px;
    text-indent: 30px;
    line-height: 42px;
}

.cmsLoginValidate {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    background: #f5f5f5;
    font-size: 14px;
    text-indent: 30px;
    line-height: 42px;
}

.mytoastShadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(108, 108, 108, 0.7);
    z-index: 30;
    display: none;
}

.cmsRegYzm {
    display: inline-block;
    width: 60%;
    height: 40px;
    border: 1px solid #eee;
    font-size: 14px;
    text-indent: 30px;
    line-height: 42px;
}

.getAuthCodeBtn {
    display: inline-block;
    cursor: pointer;
    width: 36%;
    height: 42px;
    font-size: 14px;
    color: #fff;
    background: #d52e36;
    text-align: center;
    line-height: 42px;
}


/*cmsMember*/
.cmsMemberHeadimg img {
    width: 142px;
    height: 142px;
    border-radius: 71px;
    cursor: pointer;
}

.cmsMemberBtn {
    display: inline-block;
    width: 120px;
    font-size: 14px;
    cursor: pointer;
    background: #d52e36;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 18px;
}

.cmsMemberRightBox {
    width: 920px;
    height: auto;
}

.cmsMemberTipBlock {
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #d52e36;
    line-height: 36px;
    height: 36px;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
}

.cmsMemberBlockBox {
    width: 420px;
    height: auto;
}

.cmsMemberInput {
    display: inline-block;
    width: 388px;
    height: 46px;
    line-height: 48px;
    border: 1px solid #eee;
    font-size: 14px;
    text-indent: 10px;
    outline: none;
}

/*about*/
.aboutBanner {
    width: 100%;
    height: 400px;
    background: url(/images/cms/s1/aboutBanner.jpg) center top no-repeat;
}

.aboutLeftBox {
    width: 238px;
    height: auto;
    border: 1px solid #eee;
    background: #fff;
}

.aboutLeftList li {
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.aboutLeftList li:hover {
    color: #d52e36;
}

.aboutLeftList li.current {
    background: #d52e36;
    color: #fff;
}

.aboutLeftListArrow {
    position: absolute;
    right: -20px;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-left: 20px solid #d52e36;
    border-bottom: 26px solid transparent;
}

.aboutRightBox {
    width: 918px;
    height: auto;
    border: 1px solid #eee;
    background: #fff;
}

.aboutSpanTxt {
    display: inline-block;
    width: 25%;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.feedbackBox {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    background: #fff;
}

.enterFormBlockTxt {
    width: 200px;
    height: auto;
    text-align: right;
    font-size: 18px;
    line-height: 48px;
}

.enterFormBlockBtn {
    display: inline-block;
    width: 280px;
    background: #d52e36;
    color: #fff;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
}

.swiper-container .prev {
    display: block;
    width: 24px;
    height: 76px;
    background: rgba(100, 100, 100, 0.5);
    line-height: 76px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50% !important;
    margin-top: -38px;
    z-index: 1;
}

.swiper-container .next {
    display: block;
    width: 24px;
    height: 76px;
    background: rgba(100, 100, 100, 0.5);
    line-height: 76px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50% !important;
    margin-top: -38px;
    z-index: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #d52e36 !important;
}

.tipBlock {
    position: absolute;
    z-index: 3;
    left: 15px;
    top: 0;
    width: 24px;
    height: auto;
    padding: 5px 8px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    background: #83c44e;
}

.tipBlocks {
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -33px;
    top: 0;
    width: 66px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    background: #83c44e;
}


.aui-radio,
.aui-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color ease 0.1s;
    transition: background-color ease 0.1s;
}

.aui-radio:checked,
.aui-radio.aui-checked,
.aui-checkbox:checked,
.aui-checkbox.aui-checked {
    background-color: #d52e36;
    border: solid 1px #d52e36;
    text-align: center;
    background-clip: padding-box;
}

.aui-radio:checked:before,
.aui-radio.aui-checked:before,
.aui-checkbox:checked:before,
.aui-checkbox.aui-checked:before,
.aui-radio:checked:after,
.aui-radio.aui-checked:after,
.aui-checkbox:checked:after,
.aui-checkbox.aui-checked:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -6px;
    background: transparent;
    border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.aui-radio:disabled,
.aui-radio.aui-disabled,
.aui-checkbox:disabled,
.aui-checkbox.aui-disabled {
    background-color: #dddddd;
    border: solid 1px #dddddd;
}

.aui-radio:disabled:before,
.aui-radio.aui-disabled:before,
.aui-radio:disabled:after,
.aui-radio.aui-disabled:after,
.aui-checkbox:disabled:before,
.aui-checkbox.aui-disabled:before,
.aui-checkbox:disabled:after,
.aui-checkbox.aui-disabled:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -6px;
    background: transparent;
    border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*toast*/
.aui-toast {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 0.25rem;
    color: #ffffff;
    position: fixed;
    z-index: 33;
    top: 45%;
    left: 50%;
    width: 7.5em;
    min-height: 6em;
    margin-left: -3.75em;
    margin-top: -4rem;
    display: none;
}

.aui-toast .aui-iconfont {
    margin-top: 0.2rem;
    display: block;
    font-size: 2.6rem;
}

.aui-toast-content {
    margin: 0 0 0.75rem;
}

.aui-toast-loading {
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0.75rem 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #ffffff;
    border-bottom-color: transparent;
    height: 2.25rem;
    width: 2.25rem;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 1s 0s linear infinite;
    animation: rotate 1s 0s linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}


@media screen and (max-width: 1366px) {

}