@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
ol,ul,li,dd,dl,dt{list-style:none;}
*:focus{outline:0;}
em,i{ font-style:normal;}
body{margin:0 auto !important; position:relative;}


.content_box{background:rgba(245,245,245,0.95); position:absolute; width:300px;  z-index:1000; margin:0 auto;}
.con_tit{height:48px; line-height:48px; background:rgba(245,245,245,1.0); text-align:center; font-size:15px; color:#333; border-bottom:1px solid #d9d9d9;}
.content_box ul{padding:2px 18px 0 18px; clear:both;}
.content_box ul li{clear:both; margin-top:20px; background:#fff; box-shadow:0 0 1px 0 rgba(0,0,0,0.1); position:relative; height:46px;}
.content_box ul li span{position:absolute; left:0; top:10px;width:40px; height:26px; display:inline-block; border-right:1px solid #e0e0e0;}
.content_box ul li span.user{background:url(/images/sdk/user.png) no-repeat center; background-size:24px auto;}
.content_box ul li span.password{background:url(/images/sdk/ps.png) no-repeat center; background-size:24px auto;}
.content_box ul li p{position:absolute; left:50px; top:0; right:1px;}
.content_box ul li p .input_1,.input_2{background:none; border:0; width:100%; color:#8c8c8c; font-size:14px; line-height:16px; padding:15px 0;}
.content_box ul li p .input_2{width:60%;}
.content_box .tishi{clear:both; margin:5px 0 0 18px;}
.content_box .tishi span{background-size:18px auto; padding-left:20px; font-size:13px; color:#ea0303; line-height:18px;}
.content_box .button{margin:10px 18px 20px 18px; height:42px; clear:both;}
.content_box .button a{ float:left; width:48%; margin-left:1%; margin-right:1%; color:#fff; text-align:center;font-size:16px;  border-radius:3px; text-decoration:none; padding:13px 0;}
.content_box .button a.SW{background:#00b1fd;}
.content_box .button a.SW:hover{background:#01a3e8;}
.content_box .button a.RG{background:#ffc000;}
.content_box .button a.RG:hover{background:#edb200;}
.content_box .button a.LG{background:#5ac845;}
.content_box .button a.LG:hover{background:#42bb2b;}
.content_box .button a.both{float:right;}
.content_box .text{padding:18px 18px 6px; font-size:14px; line-height:22px; color:#333;}

.opacity_sdk{background:rgba(0,0,0,0.5); position:fixed; left:0; top:0; width:100%; height:100%; z-index:999;}
@media all and (min-width: 240px) and (max-width: 320px) { 
.content_box .button a.both{width:34%;}
}

.content_box .middle_platform{width:100%; float:left;font-size:14px; line-height:40px;}
.content_box .middle_platform a{color:#666; border-top:1px solid #d9d9d9; text-decoration:none; display:block; text-align:center; }
.content_box .other_Lg .style_higt{height:50px;}

