html,body,div,p,h1,h2,h3,h4,h5,span,form,input,button,img,i,ul,li,a,mip-form{margin: 0;padding: 0;box-sizing: border-box;}

a{text-decoration: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-user-select: none;-moz-user-focus: none;-moz-user-select: none;user-select: none;color:#333}
ul{list-style: none;}
input{border: none; -webkit-tap-highlight-color:rgba(255,0,0,0);-webkit-appearance: none;appearance: none;}
input:focus,button{outline:none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{ -moz-appearance: textfield; appearance: textfield; }
html,body{max-width: 100%;margin: 0;position: relative;overflow-x: hidden;}
html{font-size: 14px;height: 100%;}
@media screen and (min-width: 576px) {
    html {font-size: 15px;}
}
body{
	background-color: #f2f2f2;
 	color: #333;
	font-size: 0;
	 font-family: Helvetica,Tahoma,Arial,'Hiragino Sans GB','Microsoft YaHei','\5FAE\8F6F\96C5\9ED1',SimSun,'\5B8B\4F53',Heiti,'\9ED1\4F53',sans-serif;
	/*height: 100%;*/
	width: 100%;
	padding-top: 50px;
}
header {
    width: 100%;
    background: linear-gradient(135deg, #00cc7d 0%, #00a86b 100%);
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

header .container .logo {
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
header .container .icon_top,header .container .icon_sea {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

header .container .icon_top:hover,header .container .icon_sea:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

header .container .icon_top>.iconfont,header .container .icon_sea>.iconfont {
    color: #fff;
    font-size: 20px
}

@font-face {
    font-family: 'iconfont';
    src: url('res/iconfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-zuojiantou:before {
    content: "\e736"
}

.icon-youjiantou:before {
    content: "\e737"
}

.icon-fanhuishangyibu:before {
    content: "\e7a4"
}

.icon-zan:before {
    content: "\e77d"
}

.icon-cai:before {
    content: "\e77c"
}

.icon-Hot:before {
    content: "\e791"
}

.icon-zaixian:before {
    content: "\e792"
}

.icon-fanhuidingbu:before {
    content: "\e78f"
}

.icon-xing:before {
    content: "\e790"
}

.icon-sousuo:before {
    content: "\e78d"
}

.icon-fenlei:before {
    content: "\e78e"
}

.icon-play:before {
    content: "\e600"
}

.icon-gamepad:before {
    content: "\e601"
}

.icon-mobile:before {
    content: "\e602"
}

.icon-speed:before {
    content: "\e603"
}
.footer {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            text-align: center;
            color: #fff;
            font-size: 16px;
            width: 100%;
            /*display: flex;*/
            /*align-items: center;*/
            /*justify-content: center;*/
            padding: 10px 0;
            margin-top: 10px;
        }

        .footer .best {
            margin-bottom: 20px;
        }
        .footer .icp a {
            color: #fff;
        }

#myBtn {
        /*display: none;*/
        position: fixed;
        bottom: 20px;
        right: 10px;
        z-index: 999;
        border: 0;
        outline: 0;
        background-color: #41c8cc;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 10px
    }

    #myBtn:hover {
        background-color: #0e93cb
    }
    .fullscreen-mask {
    position: fixed; /* 固定定位 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
    z-index: 1000; /* 确保在所有内容之上 */
    display: none; /* 默认不显示 */
  }
    .full-screen-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* 视口高度 */
  width: 100vw; /* 视口宽度 */
        /*background-color: #ffffff;*/
}
    .maincontent{
        width: 500px;
        height: 600px;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .maincontent .title{
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 30px;
    }
    .maincontent .row{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
      .maincontent  .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
      .maincontent label {
    display: inline-block;
    margin-bottom: .5rem;
          color: #000000;
}
      .maincontent .item{
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 20px;
      }
      .maincontent .li{
          margin: 20px;
          font-weight: bold;
          text-align: center;
      }
      .maincontent .li .n{
          font-size: 20px;
      }
      .maincontent img{
          width: 150px;
          height: 150px;
      }
      .maincontent .tishi{
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 10px;
      }
.maincontent .item .name{
    color: #000000;
    font-size: 18px;
    margin-right: 20px;
}
    .form-control {
    /*display: block;*/
    width: 150px;
    height: 40px;
    padding: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        text-transform: none;
}
    .maincontent .btns{margin-bottom: 20px}

.returnbtn{width: 200px;
        display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 0.12rem;
    background: #CD6889;
    text-align: center;
    font-size: 0.36rem;
    color: #fff;
    padding: 0;}

    .returnbtn a{
        color: #fff;
        font-size: 22px;
    }
.searchbtn{width: 200px;
        display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 0.12rem;
    background: #00cc7d;
    text-align: center;
    font-size: 0.36rem;
    color: #fff;
    padding: 0;}

    .searchbtn a{
        color: #fff;
        font-size: 22px;
    }

.dialog-mask{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 260px;
    max-width: 86vw;
    padding: 16px 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    z-index: 3000;
    box-shadow: 0 12px 28px rgba(0,0,0,.28);
}

/* 可选：进入/退出的小动画 */
/* 直接使用 jQuery 的 show/hide 显示，无需额外类 */
.dialog-mask{opacity: 1; transition: opacity .2s ease}

