﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,
textarea,p,blockquote,th,td{margin:0;padding:0}
a{text-decoration:none;}
/*div{margin:0 auto}*/
.header{width:960px;height:50px;margin:0 auto;border-bottom:#6d9fd2;padding-top:30px}
/*顶部左半logo部分*/
.header .logo{float:left;width:840px;height:27px;background:#f9f9f9;}
.header .logo .logo163{width:125px;height:27px;float:left;
    background:url(images/网易注册界面.png) -200px -28px;}
.header .logo .logo126{width: 125px;height: 27px;float:left;
    background:url(images/网易注册界面.png) -325px -28px;}
.header .logo .logo-year{width:130px;height:27px;float:left;
    background: url(images/网易注册界面.png) -450px -28px; }
.header .logo .logo4{width:270px;height:27px;float:left;
    background: url(images/网易注册界面.png) -580px -28px;}
/*顶部右半文字链接部分*/
.header .list{float:right;width:119px;height:27px;font-size:12px;color:#9a9aa6;font-family:黑体;}/*background: #f9f9f9;*/
.list a{line-height:27px;font-size:12px;text-decoration:none;clear:both;color: #02349a;font-family:宋体;}
/*主要内容框被分成了4个部分，顶部的divt，中部divc分成两个左右浮动的div，其中一个是注册面enroll
  另一个是广告面ad*/
.content{width:960px;height:650px;margin:0 auto;border-top: #5c8bbb;}
/*蓝色条框内容*/
.content .divt{width:960px;height:38px;border-color:#5c8bbb;font-size:100%;
    background:#5c8bbb;border-radius: 2px}
.content .divt p{color:white;line-height:38px;font-size:14px;text-indent:2em;}
/*.content .divt{width:961px;height:38px;border-color:#6d9fd2;font-size:100%;*/
/*background:#6d9fd2;}*/
/*中部divc，被分成了两部分enroll和ad*/
.content .divc{width:960px;height:562px;border:1px solid #cccccc;border-top:#6d9fd2;}
/*注册主界面细节*/
.content .divc .enroll{width:640px;height:560px;border:1px solid #cccccc;float:left;}
.enroll .p1{color: #9a9a9a;font-size:12px;line-height:16px;padding-left:210px;}
.enroll .p2{color: #565656;font-size:15px;}
/*.enroll p[text^="*"]{color:red;}*/
.enroll{background: #ffffff;}
.enroll input{height:20px;font-size:15px;margin:5px 0;color: #565656;}
/*给3个按钮设置样式*/
.enroll1{padding:50px 100px;overflow:hidden}
.enroll1 .button1{width:140px;height:40px;border-radius:5px;border-color:#256cb5;
    background: #256cb5;color:white;}
.enroll1 .button2{width:140px;height:40px;border-radius:5px;}

/*设置注册界面：给用户注册时要输入的界面设置样式，即邮箱地址那些*/
dl{overflow:hidden;width:420px;margin:0 auto;}
dl select,strong{height:25px;border-radius:0;font-family:verdana,sans-serif;font-weight:bold;
    color: #565656;font-size:14px;
}
dl dt{float:left;padding-top:5px;text-align: right}
dl dd{float:right;width:320px;}
dd .address{float:left;width:200px;height:20px;border-radius:3px;border:1px solid #ababab;}/*设置输入框属性*/
dl span{color:red;}
/*立即注册按钮样式*/
.enroll div .get-phone-number{height:28px;font-weight:bold;font-size:14px;}
.enroll div .enroll-immediately{width:119px;height:37px;background:#5eb349;color:white;
    font-weight:bold;border-radius:2px;border-color:#5eb349;}
/*手指型按钮*/
.get-phone-number,.enroll-immediately,.button1,.button2{cursor:pointer}


/*主内容框里右侧的广告图，有二维码*/
.content .divc .ad{width:318px;height:100%;float:right;
    background:url(images/网易注册界面.png)-845px -118px;}
/*主内容框下方框，主要为版权声明及隐私政策等等，其实最好是另外写成一个div，不过没关系*/
.content .divd{width:960px;height:48px;border:1px solid #cccccc}
body{background:#f9f9f9;}
