button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
.widget-area .widget {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    clear: both;
    overflow: hidden;
}

.widget-area .widget+.widget {
    margin-top: 20px;
}

.widget-area .widget.widget_magsy_promo_widget+.widget_magsy_promo_widget {
    margin-top: 20px;
}

.widget-area .widget .widget-title {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 10px;
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    line-height: 20px;
    padding: 5px 0;
    list-style: none;
}

.widget ul li>a {
    display: inline-block;
}

.widget ul li+li>a,.widget ul ul li>a {
    margin-top: 0;
}
.btn--block {
    width: 100% !important;
}


.btn {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    outline: none;
    padding: 0 18px;
    text-align: center;
    position: relative;
}

.btn--primary {
    color: #ffffff;
    background: #34495e;
    background: -webkit-gradient(linear,left top,right top,from(#34495e),to(#475f77));
    background: -webkit-linear-gradient(left,#34495e,#475f77);
    background: linear-gradient(90deg,#34495e,#475f77);
    -webkit-box-shadow: 0 3px 5px rgba(52, 73, 94, .5));
    box-shadow: 0 3px 5px rgba(52, 73, 94, .5));
}

.btn--secondary {
    color: #ffffff;
    background: #20a0ff;
    background: -webkit-gradient(linear,left top,right top,from(#20a0ff),to(#20b8ff));
    background: -webkit-linear-gradient(left,#20a0ff,#20b8ff);
    background: linear-gradient(90deg,#20a0ff,#20b8ff);
    -webkit-box-shadow: 0 3px 5px rgba(32,160,255,.5);
    box-shadow: 0 3px 5px rgba(32,160,255,.5);
}

.widget .widget-pay {
    display: block;
}

.widget-pay .rateinfo-abs {
    display: inline-block;
    padding-top: 30px;
}

.widget-pay .pay--rateinfo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    background: #f0ad4e;
    margin: 0;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #fff;
    background: linear-gradient(to right, rgb(244, 216, 122), rgb(230, 195, 80));
}

.widget-pay .pay--rateinfo b {
    margin: 0 10px;
}

.widget-pay .pay--rateinfo b .price {
    font-size: 28px;
    margin-right: 5px;
}

.widget-pay .pay--rateinfo b .ua {
    color: #8c8c8c;
}

.widget-pay .pay--rateinfo b sup {
    font-size: 14px;
    margin-left: 3px;
}

.widget-pay .pay--rateinfo .desc {
    color: #626a71;
}

.widget-pay .pricing-options {
    position: relative;
    margin-bottom: 10px;
}

.widget-pay .pricing-options li {
    padding: 10px 0;
    font-size: 14px;
    color: #8c8c8c;
}

.widget-pay .pricing-options li +li {
    border-top: 1px dashed #eee;
}

.widget-pay .pricing-options li .pricing__opt {
    font-weight: 600;
}

.widget-pay .boosvip-abs {
    padding: 4px 12px;
    text-align: center;
    background-color: #eee;
    color: #fd721f;
    font-size: 14px;
}

.widget-pay .pay--content {
    position: relative;
    padding-bottom: 10px;
}

.widget-pay .pay-box {
}

.widget-pay .pay-box .pwd  {
    padding: 5px;
    margin-top: 10px;
    display: block;
    background-color: #fffacd;
    color: #999999;
    border-radius: 4px;
    text-align: center;
    border: 1px dashed #ffc12b;
}

.widget-pay .pay-box .pwd .copypaw {
    cursor: copy;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 4px;
    color: #969696;
    padding: 0 10px;
}

.widget-pay .pay-box .pwd .copypaw:hover {
    cursor: copy;
}

.widget-pay .pay-box .jieya  {
    padding: 5px;
    margin-top: 10px;
    display: block;
    background-color: #fffacd;
    color: #999999;
    border-radius: 4px;
    text-align: center;
    border: 1px dashed #ffc12b;
}

.widget-pay .pay-box .jieya .copyjieya {
    cursor: copy;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 4px;
    color: #969696;
    padding: 0 10px;
}

.widget-pay .pay-box .jieya .copyjieya:hover {
    cursor: copy;
}


.widget-pay .pay-box .notice  {
    padding: 5px;
    margin-top: 10px;
    display: block;
    background-color: #fffacd;
    color: #999999;
    border-radius: 4px;
    /*text-align: center;*/
    border: 1px dashed #ffc12b;
}

.widget-pay .pay-box .go-pay {
    margin-top: 10px;
    display: none;
}

.widget-pay .pay--content p {
    margin-bottom: 10px;
    text-align: center;
}

.widget-pay .pay--btn {
    padding-bottom: 20px;
}

.widget-pay .pay--content .info {
    display: block;
    padding-bottom: 20px;
}

.widgets_down li.widgets_down_cht{
    font-size: 14px;
    margin: 20px 0 5px;
	padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    background: #00ab26;
}

.widgets_down li.widgets_home{
    font-size: 14px;
    margin: 20px 0 5px;
	padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    background: #d15454;
}
.widgets_down li.widgets_down_cht strong{
    color: #FFF;
}
.widgets_down li.widgets_home strong{
    color: #FFF;
}
    .xc_buys_fis {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0.6);
    z-index: 99998;
}
#xc_buys_open {
    height: 245px;
}
.xc_buys {
    position: fixed;
    width: 350px;
    height: 460px;
    top: calc(50% - 230px);
    left: calc(50% - 175px);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 99999;
}

.xc_buys_close {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.xc_buys_close:before, .xc_buys_close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}

.xc_buys_close:before {
    transform: rotate(45deg);
}

.xc_buys_close:after {
    transform: rotate(-45deg);
}

.xc_buys_logs {
    text-align: center;
    margin-top: 30px;
}

.xc_buys_paylogo {
    max-width: 160px;
    height: auto;
    display: inline-block;
}

.xc_buys_logs_title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
}

.xc_buys_logs_title span {
    color: #1e9fff;
    margin: 0 5px;
}

.xc_busy_body {
    margin-top: 160px;
    background-color: #00a3ee !important;
    border-radius: 0 0 3px 3px;
    display: block !important;
    text-align: center;
}

.xc_busy_body_no {
    position: relative;
    top: -140px;
}

.xc_buys_codeimg_div {
    border: #E6CEC6 solid 1px;
    width: 225px;
    height: 225px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0 auto;
    background: #fff;
    display: block !important;
    overflow: hidden;
}

.xc_buys_codeimg_div iframe {
    width: 200px !important;
    height: 200px !important;
}

.xc_buys_codeimg_div img {
    width: 200px;
    height: 200px;
}

.xc_buys_alertdiv {
    height: 245px;
}

.xc_buys_alertdiv .layui-layer-title {
    font-size: 14px;
    cursor: move;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    background-color: #d15854;
    color: #fff;
}

.xc_buys_alertdiv .layui-layer-btn a {
    height: unset;
    font-size: 12px;
    box-sizing: border-box;
}

.xc_buys_body_p {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
}

.xc_buys_body_ps {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.xc_buys_article {
    border: 1px dashed #29b6f6;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
}

.xc_buys_article span {
    margin: 0 5px;
    color: #2196f3;
}

.xc_buys_article span i {
    margin: 0 4px;
    font-style: normal;
    font-size: 12px;
    user-select: none;
}

.xc_buys_article a {
    color: #118ee6;
    margin: 0 10px;
    font-size: 14px;
}

.xc_buys_alert {
    height: 135px;
    padding: 0px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.xc_buys_alert_div span {
    background-color: #d15854;
    height: 30px;
    line-height: 26px;
    display: inline-block;
    width: 120px;
    float: left;
    border: 1px solid #d15854;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    text-align: center;
    border-right: 0;
    color: #fff;
    box-sizing: border-box;
}

.xc_buys_alert_div {
    padding: 0 20px;
    box-sizing: border-box;
}

.xc_buys_alert_div input {
    width: calc(100% - 120px);
    border-radius: 0 3px 3px 0;
    border: 1px solid #d15854;
    padding: 0 0 0 10px !important;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0;
    box-sizing: border-box;
}

.xc_buys_alert_div input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.xc_buys_alert_div input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}

.xc_buys_alert_div input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
}

.xc_buys_alert_div input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
    opacity: 1;
}

.xc_buys_alert_title {
    text-align: center;
    padding-bottom: 15px;
    color: red;
    font-size: 14px;
    margin: 0;
}

.xc_buys_alert_title span {
    color: #1e9fff;
    margin: 0 5px;
    font-weight: bold;
}

.xc_buys_alert_paytype {
    text-align: center;
    margin: 15px 0 0 0;
}

.xc_buys_alert_paybutton {
    width: 40%;
    display: inline-block;
    line-height: 35px;
    margin: 6px 5px 0 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.xc_buys_alert_paybutton img {
    height: 25px;
    margin-top: -1px;
    margin-left: -5px;
    margin-right: 2px;
    vertical-align: middle;
}

.xc_buys_alert_paynow {
    border: 1px solid #ef9509 !important;
    position: relative;
}

.xc_buys_alert_paynow::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 18px;
    right: 0px;
    bottom: 0px;
    background: url(/static/img/no.png) no-repeat right bottom;
    background-size: 18px 18px;
}

.xc_buys_wap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999998;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
}

.xc_buys_wap_alert {
    width: 310px;
    position: fixed;
    left: calc(50% - 155px);
    top: calc(50% - 100px);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
    z-index: 999999;
}

.xc_buys_wap_alert_div {
    margin-bottom: 20px;
    color: #009688;
}

.xc_buys_wap_alert_but a {
    padding: 5px 20px;
    background-color: #FF5722;
    color: #fff;
    border-radius: 6px;
    margin-top: 10px;
    margin: 0 5px;
}

.xc_buys_wap_alert_but .xc_buys_off {
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
}

.xc_buys_article_buysdiv {
    background-color: #e1f5fe;
    ;padding: 40px 10px;
    position: relative;
    font-size: 13px;
    color: #666;
    font-weight: 900;
}

.xc_buys_article_buy_isbuyssize {
    position: absolute;
    left: 5px;
    top: 0;
    color: #999 !important;
    font-size: 12px;
}

.xc_buys_bili_hidetip {
    text-align: center;
    box-sizing: border-box;
    z-index: 140;
    width: 100%;
    height: 100px;
    padding: 60px 0 0 0;
    margin-top: -100px;
    z-index: 9999;
    position: relative;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 50%);
    color: #29b6f6;
    font-weight: bold;
    font-family: 宋体, "Arial Narrow", "Microsoft YaHei", "Apple LiSung Light", sans-serif;
}

.xc_buys_tips_tiptxt {
    font-size: 12px;
    font-weight: normal;
    color: #00a6ed;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #fff;
    background-color: #d15854;
    color: #fff
}

.mod-content {
    text-align: center;
    
}
.mod-content p {
    font-size: 14px;
}

.mod-content img {
    margin-left: 20px;
    margin-right: 20px;
}

.time-item {
    margin-bottom: 10px;
}

.time-item strong {
    background: #3ec742;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    font-family: Arial;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.item-title {
    background: none;
    line-height: 25px;
    font-size: 24px;
    padding: 0 10px;
    float: left;
}
    .mod-title {
    height: 15px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #fff
}

.ico_log {
    display: inline-block;
    width: 130px;
    height: 38px;
    vertical-align: middle;
    margin-right: 7px
}
.money-item strong {color: red;line-height: 25px;font-size: 15px;font-family: Arial;padding: 0 10px;margin-right: 10px;border-radius: 5px;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);}