div,img,p,ul,li,span,nav,header,footer,caption,a,button,section,b,main,input
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-width: 1480px;
    font-family: '\5FAE\8F6F\96C5\9ED1', "Microsoft YaHei","宋体","黑体";
}

ul,ol {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

input,textarea,button {
    border-color: #ffffff;
    outline: none;
}

img {
    font-size: 0;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.btn-logout {
    display: none;
    cursor: pointer;
}

.cur-poin {
    cursor: pointer;
}

.container {
}


main {
    width: 100%;
    min-height: calc(100vh - 70px - 200px);
    height: 100%;
    /*padding-top: 65px;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

header nav {
    height: 80px;
    position: relative;
    border-bottom: 1px solid #fff;
}

header .nav {
    width: 100%;

    background:radial-gradient(50% 100px at 50%  -30px,rgb(255, 255, 255) ,rgb(255, 255, 255)), rgb(255, 255, 255);
}

/* nav部分 */
nav {

}

.nav {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav img {
    margin-right: 40px;
    width: 215px;
    height: 60px;
}

.nav ul li a {
    color: #666666;
    text-align: center;
    font-size: 16px;
    display: block;
    width: 130px;
    line-height: 80px;
}

.nav ul li a:hover {
    background-color: rgb(234,150,82);
    color: #fff;
}


.nav ul li.entrance {
    color: #666666;
    line-height: 80px;
    /*margin-left: 50px;*/
    padding-left: 25px;
    background: url('../images/login.png') no-repeat left center;
    float: right;
}



/* footer部分 */
footer {
    width: 100%;
    height: 300px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #eeeeee;
}

/* 右侧悬挂 */
#suspend {
    width: 143px;
    padding-top:141px;
    background: url('../images/marquee.png') no-repeat;
    position: fixed;
    top:30%;
    left: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 3;
}

#suspend ul {
    background: #de8739;
    border-radius: 5px;
}

#suspend ul li img {
    margin-right:8px;
    width:25%
}

#suspend .suspend_close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #423f48;
    position: absolute;
    bottom: -30px;
    cursor: pointer;
    color: #fff;
    line-height: 18px;
    font-size: 20px;
    padding-left: 1px;
    text-align: center;
}

#suspend ul li {
    width: 143px;
}

#suspend ul li a {
    width: 100px;
    line-height: 48px;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-bottom: 1px solid #ec9445;
}

#suspend ul li a .sizeImg{
    width:26px;
    margin-right:6px;
}

#suspend ul li:hover {
    background-image: radial-gradient(100px at top center,rgba(255, 255, 255, .3) ,rgba(0, 0, 0, 0));
}

/* 遮罩 */
#mask {
    display: none;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 验证弹窗 */
.mask .verify {
    width: 539px;
    height: 332px;
    background-color: #fff;
    border: 2px solid #d7d7d7;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}

.mask .close {
    width: 50px;
    height: 23px;
    line-height: 23px;
    color: #b3b3b3;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    align-self: flex-end;
}

.mask .close:hover {
    color: #fff;
    background: linear-gradient(to bottom, #eb3a1c, #fff);
}

.mask .close span {
    width: 1px;
    height: 23px;
    background: linear-gradient(to bottom, #d7d7d7, #fff);
}
.mask .verify .login-main{
    padding-top: 20px;
    width: 350px;
    /*height: 306px;*/
    flex: 1;
}

.mask .verify .top {
    border-top: 1px solid #dadada;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 5px;
}

.mask .verify .top::before {
    content: attr(data-title);
    width: 158px;
    text-align: center;
    background-color: #fff;
    color: #202125;
    font-size: 17px;
    position: absolute;
    left: 96px;
    top: -12px;
}

.mask .verify .hint {
    visibility: hidden;
    padding-left: 25px;
    color: #ea2a2a;
    font-size: 14px;
    line-height: 34px;
    position: relative;
}

.mask .verify .hint b {
    width: 17px;
    line-height: 17px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: #eb2b2b;
    color: #fff;
    text-align: center;
}

.mask .verify  input[type="text"] {
    width: 350px;
    height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 10px;
}

.mask .verify  input[type="text"]:focus {
    border: 1px solid #ea9652;
}

.mask .verify  input[type="text"]:focus::placeholder {
    color: #d9d9d9;
}

.mask .footer {
    align-self: flex-end;
    margin-right: 15px;
    margin-bottom: 3px;
}

#verification {
    cursor: pointer;
    width: 362px;
    height: 40px;
    border: 0;
    font-size: 18px;
    border-radius: 2px;
    color: #fff;
    background: linear-gradient(to top, #de8739 ,#de8739);
}

#verification:hover {
    background: linear-gradient(to top, #ea9652 ,#ea9652 60%);
}

.mask .verify  .bottom a {
    background: transparent;
    border: 0;
    font-size:12px;
    color: #9d9d9d;
    cursor: pointer;
}

.mask .verify .bottom button:nth-child(1) {
    margin-right: 8px;
}


.mask .verify .bottom span {
    margin-right: 7px;
    color: #e5e5e5;
}

.mask .verify .bottom button:hover {
    color: #e92a2a;
}

/* 快速充值下拉列表 */
nav .recharge {
    position: absolute;
    top: 80px;
    width: 100%;
    background-color: rgba(250,250,250, .9);
    display: none;
    z-index: 2;
    box-shadow: inset 5px 5px 15px #eeeeee;
}
nav .recharge ul {
    display: flex;
    justify-content: center;
}

nav .recharge ul>li {
    height: 130px;
    display: flex;
    justify-content: center;
    margin: 0 35px;
}

nav .recharge .container  a {
    color: #555555;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

nav .recharge a:hover {
    color: #de8739;
}

nav .recharge a:hover img[src="images/qq.png"] {
    background-color: #eb9c13;
    border-color: #eb9c13;
}

nav .recharge a:hover img[src="images/ysf.png"] {
    background-color: #de8739;
    border-color: #de8739;
}

nav .recharge a:hover img[src="images/yl.png"] {
    background-color: #0069df;
    border-color: #0069df;
}

nav .recharge a:hover img[src="images/zfb.png"] {
    background-color: #00a6e4;
    border-color: #00a6e4;
}

nav .recharge a img {
    /*border: 1px solid #fff;*/
    /*border-radius: 50%;*/
    margin: 0 0;
}

/* 优惠大厅下拉列表 */
.lobby {
    position: absolute;
    top: 70px;
    width: 100%;
    background-color: rgb(250,250,250);
    z-index: 2;
    display: none;
}
.lobby ul {
    padding-left: 200px;
    display: flex;
    justify-content: center;
}

.lobby ul>li {
    height: 130px;
    display: flex;
    justify-content: center;
    margin: 0 35px;
}

.lobby a {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.lobby a:hover {
    color: #ccc;
}

.lobby a img {
    /*margin: 10px 0;*/
    height: 74px;
    width: 74px;
}

/* 注单查询 */
.inquire {
    display: none;
    width: 1000px;
    margin: 0 auto;
}

.inquire .zd-ico {
    height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inquire section {
    width: 100%;
    font-size: 14px;
    color: #555555;
    margin-bottom: 10px;
}

.inquire section b {
    font-size: 16px;
    line-height: 28px;
}

.inquire section .pt, .inquire section .type {
    color: #fff;
    width: 100px;
    line-height: 31px;
    border-radius: 2px;
    margin: 0 10px 0 5px;
    background: linear-gradient(to top, #de8739, #de8739);
    text-align: center;
    cursor: pointer;
    position: relative;
}

.inquire section .pt ul, .inquire section .type ul{
    width: 100px;
    background-color: #de8739;
    position: absolute;
    top: 31px;
    left: 0;
    padding-bottom: 10px;
    border: 1px solid #ffffff;
    display: none;
    z-index: 11;
}



.inquire  section ul li:hover {
    color: #eab411;
}

.inquire  section .pt span:nth-child(2), .inquire  section .type span:nth-child(2) {
    font-family: "Webdings";
    color: #fff;
}

.inquire  section span.just-1 {
    foot-size: 12px;
}

.inquire section input {
    line-height: 31px;
    border: 1px solid #3d3d3d;
    border-radius: 2px;
    padding-left: 20px;
    background-color: transparent;
}
.inquire section input::placeholder  {
    color: #282828;
}

.inquire section input[placeholder="1"] {
    width: 49px;
}

.inquire section input[placeholder="88888888"] {
    width: 106px;
}

.inquire section button {
    height: 31px;
    background: linear-gradient(to top, #de8739, #de8739);
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}

.inquire section button:hover {
    background: linear-gradient(to top, #de8739, #de8739);
}

.inquire section button.cx {
    width: 100px;
    margin-left: 20px;
}

.inquire section button.tb {
    padding: 0 10px;
}

.inquire section .ws {
    margin-left: 20px;
}
.inquire table {
    min-height: 200px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.inquire table thead tr {
    background: linear-gradient(to top, #de8739, #de8739);
}

.inquire table thead tr td {
    color: #fff;
    border: 1px solid #ce7628;
}

.inquire table td {
    color: #181818;
    line-height: 45px;
    /*width: 165px;*/
    border: 1px solid #ce7628;
}

.inquire table td input {
    width: 100px;
    height: 27px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(to bottom, #de8739, #de8739);
}

.inquire table td input.after {
    color: #1d1b18;
    background: #d6d6d6;
}

/* 注单申请按钮点击小弹窗 */
#application_mask {
    display: none;
}

.application_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.application_mask .application {
    width: 268px;
    height: 138px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.application .application_close {
    width: 30px;
    height: 30px;
    font-size: 25px;
    border-radius: 50%;
    border: 1px solid #777;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

/* 注单查询加载中 */
.loading {
    display: none;
}

/* 总计 */
.aggregate {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.aggregate span {
    color: #090909;
    font-size: 13px;
    padding: 0 20px;
    line-height: 50px;
}

.aggregate span {
    color: #090909;
    font-size: 13px;
    padding: 0 20px;
    line-height: 50px;
}

.aggregate slide {
    color: #9b6e19;
    font-size: 11px;
}

/* 分页 */
#page {
    display: none;
    height: 95px;
    justify-content: center;
    align-items: center;
    position: relative;
}
#page a {
    background: transparent;
}

#layui-laypage-1 {
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 35%;
}

.login-color {
    color: #333;
}

.login {
    cursor: pointer;
}

.bg {
}

main .container {
    margin-top: 60px;
}


body .layui-layer-molv .layui-layer-title{background:#de8739; color:#fff; border: none;}
body .layui-layer-molv .layui-layer-btn a{background:#de8739; border-color:#de8739;}
body .layui-layer-btn{border-top:1px solid #E9E7E7}
body .layui-layer-btn a{background:#333;}
body .layui-layer-btn .layui-layer-btn1{background:#999;}

/*hr标签*/
.layui-layer-molv .layui-layer-content hr {
    margin: 4px 0;
}
/*滚动条*/
.scrollContents::-webkit-scrollbar {
    width:7px;
}
.scrollContents::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(99,99,99,.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
}
/* 滚动条滑块 */
.scrollContents::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background: rgba(200,200,200,0.5);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}
