@charset "utf-8";
body,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
ol,
p,
table,
td,
tr,
ul {
    margin: 0 auto;
    padding: 0
}

input,
select {
    vertical-align: middle;
    font-size: 12px
}

input,
textarea {
    padding: 0;
    word-wrap: break-word;
    word-break: break-all
}

li {
    list-style-type: none
}

img {
    border: 0 none
}

a {
    outline: 0;
    color: #000;
    text-decoration: none;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}


/*my reset*/

body {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-family: 'Microsoft YaHei', tahoma, arial;
    background: #fff;
}

input:focus {
    outline: none;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb150 {
    margin-bottom: 150px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px;
}

.mt150 {
    margin-top: 150px;
}

.mr150 {
    margin-right: 150px;
}

.ml163 {
    margin-left: 163px;
}

.ml170 {
    margin-left: 170px;
}

.mr15 {
    margin-right: 15px !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.red {
    color: #f00;
    font-style: normal;
}

.green {
    color: #51D976;
}

.blue {
    color: #4E6CEF;
}

.c232323 {
    color: #232323 !important;
}

.btn,
.btn.browser,
.btn-cancel,
.btn.goback,
.btn.draft {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    padding: 0 10px;
    border: 0;
    margin: 2px 5px;
}

.btn.default {
    border: solid 1px #3b6cd0;
    background: #fff;
}

.btn.default:active,
.btn.default:hover {
    background-color: #3b6cd0;
    color: #fff;
}

.btn.small {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
}

.btn.green {
    padding: 0 10px;
    background-color: #9CCC65;
    border: solid 1px #78B338;
    color: #fff;
}

.btn.green:active,
.btn.green:hover {
    background: #84b44e;
}

.btn.browser,
.btn.goback,
.btn.draft,
.btn.submit {
    background-image: url(../img/icon-btn.png);
    background-repeat: no-repeat;
}

.btn.submit,
.btn.submit.big,
.btn.draft {
    padding: 0;
    margin: 0;
    color: #fff;
}

.btn.submit,
.btn.draft {
    display: block;
    float: left;
    width: 164px;
    height: 44px;
    margin-right: 20px;
    font: 22px/44px SimHei;
    background-position: 0px -409px;
}

.btn.submit.big {
    width: 256px;
    height: 68px;
    font: 26px/68px SimHei;
    background-position: 0px -338px;
}

.btn.submit:active,
.btn.submit:hover {
    background-position: -167px -409px;
}

.btn.submit.big:active,
.btn.submit.big:hover {
    background-position: -258px -338px;
}

.btn.draft {
    color: #fff;
    background-position: 0 -457px;
}

.btn.draft:active,
.btn.draft:hover {
    background-position: -167px -457px;
}

.btn.browser {
    width: 70px;
    height: 31px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    line-height: 31px;
    padding: 0;
    border: 0;
    background-position: -299px -236px;
}

.btn.browser:active,
.btn.browser:hover {
    background-position: -371px -236px;
}

.btn.del,
.btn.off {
    color: #fff;
    background: #d9534f;
    border: solid 1px #d2322d;
}

.btn.del:active,
.btn.del:hover,
.btn.off:active,
.btn.off:hover {
    background: #d2322d;
}

.btn-cancel,
.btn.cancel,
.btn.lookup {
    background: #e0e0e0;
    border: solid 1px #ddd;
}

.btn-cancel:active,
.btn-cancel:hover,
.btn.lookup:active,
.btn.lookup:hover,
.btn.cancel:active,
.btn.cancel:hover {
    background: #ddd;
}

.btn.goback {
    float: left;
    display: block;
    width: 85px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0;
    background-position: 0px -503px;
    margin: 0;
    font: 22px/44px SimHei;
    color: #525252;
}

.btn.goback:active,
.btn.goback:hover {
    background-position: -88px -503px;
}

.clearfix:after {
    content: '';
    clear: both;
    height: 0;
    display: block;
    visibility: visible
}

.content,
.container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.container {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0;
    _position: relative;
}

.content {
    width: 1004px;
    margin: 0 auto;
}

.content.bg {
    background: #fff;
    padding: 0 40px;
}

.header {
    position: fixed;
    _position: relative;
    left: 0;
    top: 0;
    z-index: 1004;
    width: 100%;
    height: 72px;
    background: url(../img/bg-header.png) repeat-x;
}

.footer {
    padding: 20px 0 20px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: #3A454E;
}

.footer span {
    color: #8d9fa5;
    margin: 0 55px;
}

.logo {
    float: left;
    margin: 16px 0 0 38px;
    _margin: 16px 0 0 19px;
}

.logo,
.logo a {
    display: block;
    width: 226px;
    height: 41px;
    overflow: hidden;
}

.nav {
    width: 1004px;
    height: 72px;
    margin: 0 auto;
}

.nav .navList {
    float: left;
    display: block;
    width: 610px;
    height: 42px;
    padding: 16px 12px 0 94px;
    position: relative;
    left: 0;
    top: 0;
}


/* .nav .navList ul {
    float: left;
    width: 548px;
} */

.nav .navList ul li.navitem {
    display: inline;
    float: left;
    margin-right: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.tag-popup {
    position: absolute;
    top: 37px;
    left: -98px;
    z-index: 999;
    display: none;
    padding: 15px 15px 5px;
    width: 762px;
    min-height: 500px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    text-align: left;
    border-top-color: #3a6acd
}

.tag-popup .parent-cate {
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #bfdbff;
    line-height: 22px
}

.tag-popup .parent-cate .cate-point {
    display: inline-block;
    margin-left: -6px;
    width: 6px;
    height: 6px;
    border-left: 6px solid #ff8125;
    line-height: 6px
}

.tag-popup .game-tag .cate-point {
    border-left-color: #3599ff
}

.tag-popup .parent-cate .cate-link {
    display: inline-block;
    padding: 0;
    width: 80%;
    border-bottom: 0;
    color: #333;
    font-size: 14px;
    line-height: 16px
}

.tag-popup .parent-cate ul {
    overflow: hidden;
    margin: 5px 0;
    margin-left: 6px;
    width: 98%;
    height: 22px
}

.tag-popup .child-cate {
    float: left;
    margin-bottom: 2px
}

.tag-popup .child-cate:hover,
.menu-item:hover {
    background: #e2ebfe
}

.tag-popup .child-cate a {
    display: inline-block;
    margin-right: 2px;
    padding: 0 8px;
    border-left: 0;
    color: #6e6e6e;
    font-size: 12px
}

.tag-popup .child-cate a:hover,
.menu-item a:hover {
    color: #3e61d2;
    text-decoration: none
}

.tag-popup .arrow-up {
    position: absolute;
    top: -18px;
    left: 120px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-color: transparent;
    _top: -39px;
    _border: solid #fff;
    _border-color: #fff;
    border-width: 9px;
    content: " ";
    pointer-events: none;
    border-bottom-color: #3a6acd
}

.tag-popup .c-type {
    margin: 0;
    margin-left: -6px;
    width: 100px;
    height: 25px;
    background: #ff8125;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 26px
}

.tag-popup .game-tag .c-type {
    background: #3599ff
}

.c-indent {
    margin: 20px 0 20px 0;
    line-height: 16px
}

.tag-popup .c-indent em {
    display: inline-block;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    background: url(../img/blue_point.png) 0 -24px no-repeat;
    color: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    line-height: 24px;
    cursor: pointer
}

.tag-popup .c-indent em.active {
    background: url(../img/blue_point.png) 0 0 no-repeat;
    color: #fff
}

.tag-popup .col-left,
.tag-popup .col-right {
    float: left;
    width: 47%
}

.tag-popup .col-right {
    float: right;
}

.tag-popup .cate-wrap {
    position: relative
}

.tag-popup .cate-more {
    position: absolute;
    top: 31px;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.tag-popup .cate-more a {
    display: block;
    margin-top: 4px;
    margin-left: 4px;
    width: 8px;
    height: 8px;
    background: url(../img/blue_arrow2.png) 0 0 no-repeat
}

.tag-popup .cate-more a:hover,
.tag-popup .cate-more:hover {
    background: url(../img/blue_arrow2.png) 0 -11px no-repeat
}

.tag-popup .cmore {
    display: none
}

.tag-popup .c-list {
    display: none
}

.android .tag-popup {
    left: -241px
}

.android .tag-popup .arrow-up {
    left: 265px
}

.popup-menu {
    position: absolute;
    top: 37px;
    left: -50px;
    z-index: 20;
    display: none;
    padding: 15px 0 5px;
    width: 130px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    text-align: left;
    border-top-color: #3a6acd overflow: hidden;
}

.popup-menu .arrow-up {
    position: absolute;
    top: -18px;
    left: 60px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-color: transparent;
    border-width: 9px;
    content: " ";
    pointer-events: none;
    border-bottom-color: #3a6acd
}

.popup-menu .menu-item {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 25px;
}

.popup-menu .menu-item a {
    color: #6e6e6e;
}

.ser-container {
    float: right;
    width: 27px;
    height: 33px;
    overflow: hidden;
    margin: 10px 0 0;
}

.ser-container .ser-text {
    display: none;
    width: 119px;
    padding: 0 0 0 4px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    color: #fff;
}

.ser-container .ser-btn {
    float: right;
    width: 27px;
    height: 33px;
    border: 0;
    background: url(../img/icon-ser.png) 0 3px no-repeat;
}

.ser-container.focus {
    width: 150px;
    background-color: rgba(0, 0, 0, .1);
    transition: all .5s;
}

.ser-container.focus .ser-text {
    float: left;
    display: block;
    transition: all .5s;
}

.ser-container.focus .ser-btn {
    background-color: rgba(0, 0, 0, .1);
}

.nav .navList ul li.navitem a.navlink,
.nav .navList ul li.navitem a.active {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.nav .navList ul li.navitem a.active,
.nav .navList ul li.navitem a.navlink:hover {
    color: #fff;
    border-bottom: solid 2px #fff;
    text-decoration: none
}

.banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.banner-container .img {
    display: block;
    width: 100%;
    min-width: 1004px;
    height: auto;
    overflow: hidden;
}

.user-container {
    float: right;
    width: 164px;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    color: #fff;
}

.user-container span {
    display: block;
    float: left;
    width: 98px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-align: right;
}

.user-container i {
    margin: 0 10px;
    line-height: 42px;
    color: #fff;
}

.user-container a {
    color: #fff;
}

.user-container a:hover {
    color: #fff;
    margin: 0;
}

.form-group {
    clear: both;
    width: 100%;
    min-height: 36px;
    height: auto;
    margin-bottom: 20px;
    text-align: left;
    line-height: 32px;
}

.label {
    float: left;
    display: block;
    width: 156px;
    height: 17px;
    font-size: 14px;
    color: #525252;
    line-height: 40px;
    margin-right: 13px;
}

.form-group .label.red {
    color: #f00;
}

.form-text {
    float: left;
    width: 260px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    padding: 0 8px;
    border: solid 1px #e0e0e0;
    margin-right: 10px;
}

.form-group .label {
    text-align: right;
}

.form-file {
    float: left;
    padding: 0 10px;
    height: 32px;
    text-align: center;
    background-color: #9CCC65;
    border: solid 1px #78B338;
    color: #fff;
    line-height: 32px;
    overflow: hidden;
}

.img-file {
    display: inline-block;
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    border: solid 1px #e5e5e5;
    background-color: #F5F7FA;
    position: absolute;
    left: 0;
    top: 0;
}

.img-file.vertical {
    width: 94px;
    height: 134px;
}

.img-file.horizontal {
    width: 182px;
    height: 114px;
}

.img-file.horizontal.right {
    left: 194px;
}

.img-file::before,
.img-file::after {
    display: inline-block;
    content: '';
    background-color: #999999;
    position: absolute;
    left: 50%;
    top: 50%;
}

.img-file::before {
    width: 3px;
    height: 29px;
    margin: -14.5px 0 0 -1.5px;
}

.img-file::after {
    width: 29px;
    height: 3px;
    margin: -1.5px 0 0 -14.5px;
}

.img-file .file {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.textarea {
	resize: none;
    display: block;
    width: 500px;
    height: 200px;
    padding: 8px;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    text-align: left;
}

.checkbox-container {
    float: left;
    width: 578px;
}

.checkbox-container li {
    float: left;
    display: inline-block;
    width: auto;
    height: 32px;
    line-height: 32px;
    vertical-align: text-top;
    overflow: hidden;
    margin: 0 20px 10px 0;
    white-space: nowrap;
}

.checkbox-container .checked {
    float: left;
}

.checkbox-text {
    float: left;
    line-height: 32px;
    margin-right: 10px;
}

.checkbox-container label {
    float: left;
    line-height: 20px;
}

.checked {
    float: left;
    display: block;
    margin: 6px 5px 0 0;
    width: 18px;
    height: 17px;
    overflow: hidden;
    background-image: url(../img/icon-btn.png);
    background-position: 0 -197px;
    background-repeat: no-repeat;
}

.form-group .tips {
    visibility: hidden;
    display: inline-block;
    float: left;
    width: 575px;
    height: auto;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #3b6cd0;
}

.form-group .tips.c232323,
.tips.visible {
    visibility: visible;
}

.tips-img {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 9;
}

.tips-img img {
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
    border: solid 1px #e5e5e5;
}

.tips-img.small {
    max-width: 400px;
    left: 192px;
    top: 0px;
}

.tips-img.small.right {
    left: 384px;
}

.tips-img.big {
    left: 0px;
    top: 128px;
}

.select {
    float: left;
    height: 34px;
    width: 278px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    border-radius: 4px;
    margin-right: 10px;
}

.imgupload-container {
    float: left;
    width: 520px;
    min-height: 72px;
    height: auto;
    margin-bottom: 10px;
    position: relative;
}

.imgupload-container .btn {
    float: left;
    margin: 0 10px 0 0;
}

.btn-container {
    padding-left: 150px;
    margin: 20px auto;
}

#iconlist,
#imglist,
#videolist,
#apklist,
#bqlist,
#idcardlistl,
#idcardlistr,
#yyzslist,
#idCardFileScanlistl{
    width: 100%;
    min-height: 72px;
    height: auto;
    overflow: hidden;
}
#apklist{
    padding-left:106px;
    min-height: 134px;
}

#bqlist {
    min-height: 116px;
    padding-left:192px;
}

.upload_img {
    float: left;
    display: block;
    height: auto;
    overflow: hidden;
    border: solid 1px #e5e5e5;
    position: relative;
}

.upload_img i {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/cancel.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: white;
    cursor: pointer;
}

.upload_img img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#iconlist .upload_img {
    width: 70px;
    height: 70px;
}

#apklist .upload_img {
    width: 94px;
    height: 134px;
    margin: 0 10px 10px 0;
}

#bqlist .upload_img,
#idcardlistl .upload_img,
#idcardlistr .upload_img,
#yyzslist .upload_img,
#idCardFileScanlistl .upload_img {
    width: 182px;
    height: 114px;
}

#bqlist .upload_img {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

#idcardlistl,
#idCardFileScanlistl,
#idcardlistr {
    float: left;
    width: 182px;
    height: 114px;
    border: solid 1px #e5e5e5;
    margin-right: 10px;
}

#videolist .upload_img,
#imglist .upload_img {
    display: block;
    float: left;
    width: 150px;
    height: 250px;
    margin: 0 10px 10px 0;
}

.img-bottom {
    clear: both;
    padding-left: 163px;
}

.img-bottom a {
    display: inline-block;
    color: #3b6cd0;
    font-size: 14px;
    line-height: 30px;
    margin-right: 40px;
}

.ico.question {
    float: left;
    width: 20px;
    height: 20px;
    background: url(../img/icon-btn.png) -473px -176px no-repeat;
    margin: 5px 6px 0 0;
}

.form {
    clear: both;
    height: auto;
}

#tips {
    display:none;
    color: red;
    height: auto;
    line-height: 40px;
    overflow: hidden;
    background-color: #fff;
}

#tips a {
    color: #3baa24;
}
