﻿/*--登录--*/
.reg{float:left;width:88%;overflow:hidden; height:1500px;margin-left:6%;margin-right:6%;margin-top:30px;}
.reg-box{float:left;width:100%;height:70px;text-align:center;font-size:14px;COLOR:#777;text-align:center;}
.reg-log{float:left;width:100%;height:70px;text-align:center;font-size:14px;COLOR:#777;text-align:center; margin-top:10px}
.reg-sm{float:left;width:94%;overflow:hidden; margin-left:3%; margin-right:3%; margin-bottom:30px}
.reg-sm .reg-sm-l{float:left;width:60%;height:30px;line-height:30px;font-size:14px;COLOR:#FF4E76;text-align:left;}
.reg-sm .reg-sm-r{float:right;width:86px;height:26px;line-height:26px;border-radius:5px;background-color:#FDF0F5;border:1px solid#FBE4EC; margin-top:2px;}
.reg-sm .reg-sm-r .mmkf{float:left;width:100%;height:19px;line-height:19px;font-size:12px;text-align:center; margin-top:4px;}
.reg-sm .reg-sm-r .mmkf .mmkf-bot{display:inline-block;height:19px;line-height:19px;background:url(../images/kf.png) -2px 0px no-repeat;background-size:19px 19px;font-size:12px;COLOR:#FB7C98; text-indent:19px; text-align:left;}
.reg-bot{float:left;width:100%;height:50px;line-height:50px;text-align:center;font-size:12px;color:#ccc; margin-top:70px; margin-bottom:10px}
/*表单*/
#input:focus{-webkit-box-shadow: 0 0 0 #fff;-moz-box-shadow:0 0 0 #fff;}/*去掉阴影*/
input::-webkit-input-placeholder {font-size:14px;color:#F9C7DB;text-align:left;}
.reg-bt-user{outline:none;width:94%;height:44px;line-height:44px;display:inline-block;border:1px solid #FFC1CE;font-size:16px;COLOR:#44C8FF;FONT-FAMILY:"Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti; text-indent:34px;text-align:left;border-radius:5px;background:url(../images/u-user.png) 10px 13px no-repeat;background-size:18px 18px;background-color:#fefefe;}
.reg-bt-psw{outline:none;width:94%;height:44px;line-height:44px;display:inline-block;border:1px solid #FFC1CE;font-size:16px;COLOR:#44C8FF;FONT-FAMILY:"Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti; text-indent:34px;text-align:left;border-radius:5px;background:url(../images/u-psw.png) 10px 12px no-repeat;background-size:19px 19px;background-color:#fefefe}
.reg-bt-bt{outline:none;width:94%;height:50px;line-height:50px;display:inline-block;border:0px solid #CCCCCC;font-size:18px;COLOR:#ffffff;
FONT-FAMILY:"Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti; text-align:center;cursor:pointer; background-color:#CF00B0;border-radius:5px;background-image: linear-gradient(to right, #FF2453, #FF6386,#FF2453); font-weight:bold;box-shadow:0 1px 5px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.2);}
.reg-bt-go{outline:none;width:94%;height:42px;line-height:42px;display:inline-block;border:0px solid #D7B8DE;font-size:14px;COLOR:#DB7600;
FONT-FAMILY:"Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti; text-align:center;cursor:pointer;background-color:#FFBC6D;background-image:linear-gradient(to right, #FFBC6D,#FFCF97);border-radius:5px;text-shadow: 1px 1px 0 #f1f1f1;box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);}
.reg-bt-go:hover{outline:none;width:94%;height:42px;line-height:42px;display:inline-block;border:0px solid #A968B5;font-size:14px;COLOR:#DB7600;
FONT-FAMILY:"Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti; text-align:center;cursor:pointer;background-color:#cccccc;background-image:linear-gradient(to right, #FFB358,#FFBC6D);border-radius:5px;text-shadow:none;text-shadow: 1px 1px 0 #f1f1f1;}

/*弹出全屏*/
.all-bg{ position:fixed; width:100%; height:100%;max-width:900px; top:0;bottom: 0;background:#000; FILTER: alpha(opacity =10);background-color:rgba(0,0,0,0.1);z-index:999999}
.all-bg .bg-info{float:left;width:100%;height:40px;line-height:40px;margin-top:180px; text-align:center;}
.all-bg .bg-info .bg-txt{display:inline-block;height:40px;line-height:40px;text-align:center;font-size:14px;color:#fff; font-weight:bold;padding-left:20px; padding-right:20px;background:#000; FILTER: alpha(opacity =10);background-color:rgba(0,0,0,0.6);border-radius:30px;}