/* 账号交易 */
.tradactbox {
    padding: 20px 0 30px;
    margin: 0 20px;
}

.tradactbox .title {
    font-size: 24px;
    padding-left: 20px;
    border-left: 6px solid #1889fd;
    height: 30px;
    margin: 10px 0 0;
}

.tradactbox .content {
    display: flex;
    justify-content: space-between;
    margin: 40px 20px;
}

.tradactbox .content .titem {
    text-align: center;
    display: flex;
    align-items: center;
    border: 1px solid #eeeeee;
    padding: 20px 40px;
}

.tradactbox .content .titem a {
    display: flex;
    align-items: center;
}

.tradactbox .content .titem p {
    font-size: 18px;
    padding: 10px 0;
    margin-left: 15px;
    font-weight: 500;
}

.tradactbox .handsome {
    font-size: 20px;
    margin: 10px 0 0;
}

.tradactbox .handsome ul {
    display: flex;
    align-items: center;
}

.tradactbox .handsome ul li {
    margin-right: 100px;
    cursor: pointer;
}

.tradactbox .handsome ul li.cut {
    color: #ff9c00;
}

.classify {
    display: none;
    margin: 15px 0;
}

.classify .classitem {
    background-color: #e8e9f3;
    border-radius: 35px;
    padding: 5px 12px;
    text-align: center;
    color: #333;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.classify .classitem.currt {
    background-color: #0072FF;
    color: #fff;
}

.choose {
    display: none;
    margin: 15px 0;
}

.sort {
    display: none;
    margin: 15px 0;
}

.sort .sitem {
    background-color: #e8e9f3;
    border-radius: 35px;
    padding: 5px 12px;
    text-align: center;
    color: #333;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.sort .sitem.currt {
    background-color: #0072FF;
    color: #fff;
}

.screen {
    display: flex;
    justify-content: space-between;
}

.inputb {
    display: flex;
    background-color: #eceef8;
    padding: 4px 12px;
    align-items: center;
    width: 33%;
    border-radius: 4px;
}

.inputb .textlb {
    font-size: 14px;
    margin-right: 5%;
}

.inputb .inptxt {
    font-size: 14px;
    border: none;
    background: none;
    color: #999;
    text-align: center;
}

.inputb .inptxt1 {
    font-size: 14px;
    border: none;
    background: none;
    color: #999;
    width: 120px;
    text-align: center;
}

.skbtn {
    display: flex;
    align-items: center;
}

.skbtn .sous {
    height: 37px;
    line-height: 37px;
    background-color: #CFCFCF;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    width: 120px;
    border: 1px solid #bdbdbe;
    cursor: pointer;
    margin-right: 10px;
}

.skbtn .rekui {
    height: 37px;
    line-height: 37px;
    background-color: #0f87ff;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    width: 120px;
    color: #fff;
    cursor: pointer;
}

.gamelist {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
    flex-wrap: wrap;
}

.listItem {
    box-shadow: 0 0 8px #dedede;
    border-radius: 6px;
    padding: 15px 10px;
    width: 47%;
    margin-bottom: 20px;
}

.listItem a {
    display: flex;
}

.gimg {
    margin-right: 15px;
}

.c-img {
    width: 160px;
    height: 100px;
}

.gtxt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.gtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    width: 100%;
}

.gtitle .name {
    font-size: 20px;
    color: #333
}

.price {
    color: #ff9c00;
    font-size: 18px;
}

.listItem .intrs {
    font-size: 16px;
}

.odtime {
    font-size: 16px;
    color: #999
}

.Collect {
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background-color: #0074FF;
    border: none;
    cursor: pointer;
}

/* 账号详情 */
.leftcont {
    width: 18%;
    float: left;
}

.rightcont {
    float: right;
    width: 79%;
}

.dlgame {
    box-shadow: 0 0 8px #dedede;
    border-radius: 6px;
    padding: 15px 10px;
    margin-bottom: 20px;
    display: flex;
}

.gimg {
    margin-right: 20px;
}

.dlimg {
    width: 120px;
    height: 120px;
    border-radius: 30px;
}

.dlgame .deltxt {
    width: 100%;
    display: flex;
    align-items: center;
}

.dlgame .deltxt .dltitle {
    font-size: 20px;
    margin-right: 30px;
}

.dlgame .deltxt .dltitle .name {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.dlgame .deltxt .delBtn {
    color: #fff;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #0079FF;
    text-align: center;
    border-radius: 6px;
    font-size: 18px;
}

.dlgame .deltxt .delBtn a {
    color: #fff;
    display: block;
}

.dlgame .deltxt .delBtn a:hover {
    color: #ff9c00;
}

.dlgame .deltxt .intrs {
    font-size: 16px;
    color: #999
}

.basic-infor {
    background-color: #f7f8fe;
    padding: 20px;
}

.basic-infor img {
    width: 100%;
}

.basic-infor .inf-title {
    font-size: 22px;
    padding: 5px 0 10px;
}

.basic-infor .inf-title span {
    color: #ff9c00;
    padding-left: 10px;
    font-size: 16px;
}

.basic-infor .inf-t {
    font-size: 16px;
    color: #666;
    padding-bottom: 8px;
}

.basic-infor .inf-t span {
    color: #ff9c00;
}

.leftcont .litem {
    border: 1px solid #eeeeee;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.leftcont .litem a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftcont .litem .left-m {
    width: 30px;
}

.leftcont .litem p {
    font-size: 18px;
    padding-left: 10px;
}

.audit {
    background-color: #ABD5FE;
    padding: 15px 20px;
    position: relative;
}

.audit .intx {
    font-size: 18px;
}

.rgimg {
    position: absolute;
    top: -20px;
    right: 15px;
}

.selinf {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DADDEA;
}

.selinf .phone {
    font-size: 17px;
    padding-bottom: 5px;
}

.selinf .regis {
    font-size: 17px;
    color: #999
}

.sel-right {
    display: flex;
}

.sell {
    text-align: center;
    font-size: 24px;
}

.sell h4 {
    color: #0072FF;
    font-weight: 500;
}

.sell p {
    font-size: 16px;
}

.fotbtn {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.letcolle {
    text-align: center;
    cursor: pointer;
    margin-right: 30px;
}

.letcolle p {
    font-size: 15px;
    padding-top: 3px;
}

.ft-colle {
    width: 32px;
    height: 30px;
}

.ft-ctionimg1 {
    background: url(../images/coller.png) no-repeat;
    width: 32px;
    height: 30px
}

.ft-ctionimg2 {
    background: url(../images/colle_k.png) no-repeat;
    width: 32px;
    height: 30px
}

.fotbtn .buyb {
    background: url(../images/w-btn-bg.jpg) repeat-x;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 24px;
    color: #fff;
    width: 500px;
    text-align: center;
    cursor: pointer;
}

.fotbtn .buyb a {
    color: #fff;
    display: block;
}

/* 账号购买 */
.Pre-paid .way {
    font-size: 24px;
    padding: 15px 0;
}

.waybox .witem {
    display: flex;
    padding: 10px 12px;
    align-items: center;
    font-size: 20px;
    background: url(../images/gmzhm.png) #E5EDFF 830px 15px no-repeat;
    cursor: pointer;
    margin-bottom: 15px;
}

.waybox .witem.wcurt {
    padding: 10px 12px;
    background: url(../images/gmzhx.png) #E5EDFF 830px 15px no-repeat;
    margin-bottom: 15px;
}

.waybox .witem img {
    margin-right: 20px;
}

.tupway {
    margin: 20px 0
}

.tupway .waytitle {
    font-size: 24px;
    padding: 15px 0;
}

.tupway .wtxt {
    font-size: 16px;
    padding: 10px 0;
}

.money {
    color: #ff9c00
}

.blue {
    color: #0968ed
}

.gobuy {
    background: url(../images/w-btn-bg.jpg) repeat-x;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    font-size: 24px;
    color: #fff;
    width: 600px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.popup-remark {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.popup-remark-box {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px 15px;
    width: 500px;
    border-radius: 5px;
    background: #fff;
}

.popup-remark-box .popup-remark-x {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 40px;
    color: #ddd;
    line-height: 1
}

.mpt {
    background-color: #D8E5FF;
    padding: 15px;
    font-size: 16px;
    margin: 15px 0 10px;
}

.instit {
    font-size: 24px;
    color: #000;
    text-align: center;
}

.spec {
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #ff9c00;
}

.insbox {
    margin: 20px 0 0;
}

.insbox h3 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
}

.insbox p {
    font-size: 16px;
    padding: 5px 0;
}

.agreebox {
    margin-top: 10px;
}

.agreebox .chek {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.agreebox label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.agreebox span {
    font-size: 16px;
}

.agreebox .agree {
    border: none;
    background: none;
    font-size: 18px;
    padding: 0;
    margin-bottom: 5px;
    color: #0074FF;
}

.buybtn {
    margin: 30px 20px 0;
    display: flex;
    justify-content: center;
    font-size: 18px;
}

.buybtn .reset {
    background-color: #d2d2d2;
    color: #333;
    width: 200px;
    text-align: center;
    padding: 12px 0;
    border: none;
    margin: 0 10px;
    border-radius: 4px;
}

.buybtn .btnok {
    background-color: #0f87ff;
    color: #fff;
    width: 200px;
    text-align: center;
    padding: 12px 0;
    border: none;
    margin: 0 10px;
    border-radius: 4px;
}

/* 小号管理 */
.trumpetbox {
    margin-top: 30px;
}

.trumpetbox .t-title {
    background-color: #4a7ad3;
    height: 45px;
    display: flex;
    justify-content: space-between;
    line-height: 45px;
    border: 1px solid #4a7ad3;
}

.trumpetbox .t-title .tem {
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 33.33%;
}

.trumpetbox .r-list {
    display: flex;
    border-left: 1px solid #c5e0fe;
}

.trumpetbox .r-list .liste {
    width: 33.33%;
    border-right: 1px solid #c5e0fe;
    border-bottom: 1px solid #c5e0fe;
    height: 40px;
    line-height: 40px;
}

.trumpetbox .r-list .liste .txt {
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: center;
}

.oddelete {
    width: 80px;
    height: 25px;
    background-color: #d8e5ff;
    text-align: center;
    line-height: 25px;
    color: #333;
    margin-right: 15px;
    border: none;
    cursor: pointer;
}

.odsell {
    width: 80px;
    height: 25px;
    background-color: #0F87FF;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.odsell a {
    display: block;
    color: #fff;
}

.addItems {
    margin-top: 30px;
}

.itemBox {
    background-color: #fff;
    border-radius: 8px;
    margin: 0 30px;
    padding: 20px;
    box-shadow: 0 0 8px #dedede;
}

.inptbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
    justify-content: space-between;
}

.inptbox .p-tit {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.inptbox .inpcont {
    border: none;
    font-size: 18px;
    color: #999;
    text-align: left;
    width: 80%;
}

.textarea {
    margin: 20px 30px;
    padding: 20px;
    width: 93.5%;
    font-size: 14px;
    color: #666;
    background-color: #E2EAFF;
    border: none;
    border-radius: 8px;
}

.itemBut {
    border-radius: 6px;
    margin: 0 30px;
    padding: 20px;
}

#myfile1 {
    display: none
}

#down-btn {
    width: 92px;
    height: 82px;
    vertical-align: top;
    cursor: pointer;
    outline: 0;
    background: url(../images/ad_icon.png);
    border: none
}