@charset "utf-8";

body { background: #fff; }

.in_wbox_c {
    border-bottom: 1px solid #f2f2f2;
    margin: 0px auto;
    padding: 10px 0px;
    width: 1200px;
}

.in_loginx {
    color: #ccc;
    margin: 0px 0px 0px 0px;
}

.in_loginx a { padding: 5px; }

.in_box {
    background: #fff;
    margin: 10px auto 10px auto;
    min-height: 530px;
    width: 1200px;
}

.in_left { width: 850px; }

.in_right { width: 340px; }

.topshow {
    height: 340px;
    overflow: hidden;
    width: 850px;
}

.topshow .cosshow {
    height: 340px;
    width: 2550px;
}

.topshow .cosshow ul li {
    height: 340px;
    width: 850px;
}

.topshow .cosshow ul li img {
    height: 340px;
    width: 850px;
}

.topshow .small {
    background: rgba(0, 0, 0, 0.6) !important;
    background: #000;
    bottom: 0px;
    filter: Alpha(opacity=60);
    height: 80px;
    padding-top: 15px;
    text-align: center;
    width: 850px;
    z-index: 5;
}

.topshow .small a {
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    border: 3px solid #000;
    display: inline-block;
    filter: alpha(opacity=50);
    height: 60px;
    margin: 0px 5px;
    opacity: 0.5;
    width: 125px;
}

.topshow .small a.on {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.topshow .small a img {
    height: 60px;
    width: 125px;
}

.hotpic { padding: 0px 0px 0px 2px; }

.hotpic ul li {
    height: 250px;
    width: 200px;
}

.hotpic ul li img {
    height: 200px;
    width: 200px;
}

.hotpic ul li .tits {
    -o-text-overflow: ellipsis;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.hotcoser { padding: 0px 0px 0px 2px; }

.hotcoser ul li { width: 208px; }

.hotcoser ul li a { }

.hotcoser ul li a img {
    height: 110px;
    width: 110px;
}

.cosername {
    -o-text-overflow: ellipsis;
    display: block;
    height: 20px;
    max-width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.txtlong {
    -o-text-overflow: ellipsis;
    display: block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88px;
}

.in_right .login {
    background: #ffeded;
    height: 300px;
    padding: 20px;
    width: 300px;
}

.in_right input { outline: none; }

.in_right .userid {
    background: url(../images/bg.png) #fff no-repeat top -1728px left 10px;
    border: 0px;
    border-radius: 4px;
    height: 50px;
    line-height: 30px;
    padding: 0px 10px 0px 40px;
    width: 250px;
}

.in_right .password {
    background: url(../images/bg.png) #fff no-repeat top -1770px left 10px;
    border: 0px;
    border-radius: 4px;
    height: 50px;
    line-height: 30px;
    padding: 0px 10px 0px 40px;
    width: 250px;
}

.btn_login {
    background: #ff6fa2;
    border: 0px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 10px 0px;
    text-align: center;
    width: 300px;
}

.btn_login:hover { background: #ee598e; }

.renew {
    background: #f9f9f9;
    height: 230px;
    padding: 10px;
    width: 320px;
}

.renew .userpic {
    background: no-repeat;
    border-radius: 18px;
    height: 36px;
    width: 36px;
}

.renew .userpic img {
    background: no-repeat;
    border-radius: 18px;
    height: 36px;
    width: 36px;
}

.renew .txtinfo {
    line-height: 18px;
    width: 265px;
}

.costeam {
    background: #f9f9f9;
    padding: 10px;
}

.costeam .teampic {
    height: 100px;
    width: 100px;
}

.costeam .teampic img {
    height: 100px;
    width: 100px;
}

.costeam .teamtxt {
    line-height: 18px;
    width: 210px;
}

.teamname {
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}

.link { padding: 10px; }

.topline { border-top: 1px solid #f4f4f4; }

input.types:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 16px;
}

input.types::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 16px;
}

input.types:-ms-input-placeholder,
textarea.types:-ms-input-placeholder {
    color: #ccc;
    font-size: 16px;
}

input.types::-webkit-input-placeholder,
textarea.types::-webkit-input-placeholder {
    color: #ccc;
    font-size: 16px;
}