123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737 |
- @charset "utf-8";
- /*Reset 样式初始化*/
- html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
- br, input, button, textarea, h1, h2, h3, h4, h5,em{
- padding: 0;
- margin: 0;
- font-weight: normal;
- font-style: normal;
- font-size: 12px;
- font-family:"微软雅黑","Tahoma";
- vertical-align: baseline;
- text-align:justify;
- word-wrap:break-word;
- text-justify:inter-ideograph
- }
- body{text-align:center}
- ul, ol, li, h1 {
- line-height:normal;
- list-style-image:none;
- list-style-position:outside;
- list-style-type:none
- }
- dl {
- margin:0
- }
- dd {
- margin-left:0
- }
- a {
- outline:none;
- }
- a img {
- border:0 none
- }
- img {
- vertical-align:middle;
- border:0px
- }
- table {
- border-collapse:collapse
- }
- .clearfix:after {
- content:".";
- display:block;
- height:0;
- clear:both;
- visibility:hidden
- }
- .clearfix {
- display:inline-block;
- overflow:hidden
- }
- .clearfix {
- display:block
- }
- body {color:#666;background:#fff}
- a {color:#3366cc;text-decoration:none}
- a:hover {color:#333}
- .width950{width:950px;margin:0 auto}
- /**/
- .clearB {clear:both}
- .fL {float:left}
- .fR {float:right}
- :link, *:visited, *:hover, *:active, *:focus {
- -moz-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
- -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
- transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
- -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
- }
- .colRed {color:#f70000}
- .colOrange {color:#ed8b00}
- .colYel {color:#d9a601}
- .colGreen{color:#009f86}
- .colGray{color:#999}
- .colBlue{color:#3172d9}
- .hide {display:none}
- .button {
- float:left;
- height:32px;
- margin-right:10px;
- padding:0px 30px;
- line-height:32px;
- text-align:center;
- overflow:hidden;
- font-weight:bold;
- color:#FFF;
- border-radius:3px;
- text-shadow:0 1px rgba(0, 0, 0, 0.1);
- text-decoration:none;
- border:none
- }
- input.button{
- height:35px;
- line-height:35px
- }
- .button:hover{
- color:#fff
- }
- .button.btn-blue{
- background-color:#006fd8;
- border-bottom:3px solid #014687
- }
- .button.btn-blue:hover{
- background-color:#0076e4;
- }
- .button.btn-blue:active{
- background-color:#014687;
- }
- .button.btn-red{
- background-color:#E74C3C;
- border-bottom:3px solid #C44133
- }
- .button.btn-red:hover{
- background-color:#EC7063;
- }
- .button.btn-red:active{
- background-color:#C44133;
- }
- .button.btn-green{
- background-color:#1ABC9C;
- border-bottom:3px solid #16a085
- }
- .button.btn-green:hover{
- background-color:#48C9B0;
- }
- .button.btn-green:active{
- background-color:#16A085;
- }
- .button.btn-dark{
- background-color:#415B76;
- border-bottom:3px solid #2c3e50
- }
- .button.btn-dark:hover{
- background-color:#456a91;
- }
- .button.btn-dark:active{
- background-color:#2c3e50;
- }
- .inputText{
- width:274px;
- border:1px solid #dcdcdc;
- border-top-color:#abadb3;
- border-left-color:#abadb3;
- padding:7px;
- background:#fff url(inputBg.png) repeat-x 0 0;
- font-size:14px;
- color:#999;
- border-radius:2px;
- -moz-border-radius:2px;
- -webkit-border-radius:2px;
- outline: medium none;
- height:18px;
- line-height:18px
- }
- .inputText:focus{
- border-color:#ff6501;
- color:#ff6501;
- background:#fff
- }
- /*global header*/
- .globalHeader {
- background:#515b61;
- height:30px
- }
- .globalNav a{
- float:left;
- height:30px;
- line-height:30px;
- padding:0 10px;
- color:#eee;
- position: relative;
- cursor: pointer
- }
- .globalNav a:hover{
- background:#666E70;
- color:#fff
- }
- .globalNav a.now{
- background:#009F86;
- color:#fff;
- font-weight:600
- }
- .globalNav .zhzd{
- float:left;
- height:30px;
- position: relative;
- z-index:999
- }
- .globalNav .zhzd a b{
- border-color: #FFDDC9 transparent transparent;
- border-right: 3px dashed transparent;
- border-style: solid dashed dashed;
- border-width: 3px 3px 0;
- display: inline-block;
- font-size: 0;
- height: 0;
- line-height: 0;
- width: 0;
- position: relative;
- top:-1px;
- left:4px
- }
- .globalNav .zhzd .zhzdMenu{
- position: absolute;
- left:0;
- top:29px;
- background:#fff;
- border:1px solid #ccc;
- border-top:none;
- box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
- z-index: 0;
- display:none
- }
- .globalNav .zhzd .zhzdMenu a{
- width:100%;
- padding:0;
- text-align:center;
- color:#3366cc
- }
- .globalNav .zhzd .zhzdMenu a:hover{
- background:#f2f2f2
- }
- .globalNav .zhzd a.now{
- background:#fff;
- border:1px solid #ccc;
- border-bottom:none;
- border-top:none;
- color:#3366cc;
- z-index:10
- }
- .userInfoPanel{
- margin:20px auto 5px
- }
- .userInfoPanel p{
- text-align:right;
- margin:10px 0 0 0
- }
- /*indexBanner*/
- .indexBanner {
- background:url(indexbanner.jpg) no-repeat center top;
- height:400px;
- width:100%;
- border-top:1px solid #f5f5f5;
- border-bottom:1px solid #f5f5f5
- }
- .loginPanel {
- width:296px;
- height:315px;
- background-color: #fff;
- margin:40px 0 0 630px
- }
- .formLine{
- position:relative;
- margin:20px 0
- }
- .formLine .userName{
- color:#333;
- font-size:18px;
- margin:0 0 20px 0
- }
- .loginPanel .warpLogin{
- padding:20px 0 0 23px
- }
- .loginPanel h2{
- font-size:18px
- }
- .loginPanel input.text {
- border: 1px solid #B7B7B7;
- font-size: 20px;
- height: 33px;
- letter-spacing: 1px;
- padding: 1px 1px 1px 6px;
- width: 241px;
- background:url(inputBg.png) repeat-x 0 0
- }
- .loginPanel .textTips{
- color: #999999;
- cursor: text;
- font-size: 14px;
- height: 37px;
- line-height: 37px;
- overflow: hidden;
- padding: 0 2px 0 10px;
- position:absolute;
- left:0
- }
- .loginPanel .formLink{
- margin:0 0 10px 0;
- color:#ccc
- }
- .proList .width950{
- padding-bottom:30px;
- border-bottom:1px dashed #eee
- }
- .proList .proTitle{
- position:relative;
- height:50px;
- width:220px;
- background:url(pageimg.png) no-repeat 0 0;
- margin:20px 0 0 0
- }
- .listItem .entry .eImg {
- width:315px;
- height:140px;
- background:url(pageimg.png) no-repeat
- }
- .listItem .entry{
- float:left
- }
- .listItem .entry .zhzdimg{
- background-position:0 -50px
- }
- .listItem .entry .wsoftimg{
- background-position:-315px -50px
- }
- .listItem .entry .qyimg{
- background-position:0px -191px
- }
- .listItem .entry .links{
- color:#999;
- text-align:center
- }
- .helpList {
- padding-top:20px;
- border-top:1px solid #f2f2f2
- }
- .helpList div.fL{
- width:315px
- }
- .helpList h2{
- background:url(pageimg.png) no-repeat;
- height:38px;
- width:120px
- }
- .helpList h2.helpTitle1{
- background-position:-228px 0
- }
- .helpList h2.helpTitle2{
- background-position:-344px 0
- }
- .helpList h2.helpTitle3{
- background-position:-459px 0
- }
- .helpList .helpLinks {
- padding:5px 10px
- }
- .helpList .helpLinks a{
- color:#666
- }
- .helpList .helpLinks a:hover{
- color:#009f86
- }
- .helpList .helpLinks a.sina{
- color:#e32529
- }
- .helpList .helpLinks a.qq{
- color:#0a86b9
- }
- .footer {
- background:#f5f5f5;
- padding:10px 0;
- margin-top:40px
- }
- .footer p{
- text-align:center;
- color:#999
- }
- .footer p a{
- color:#666
- }
- .formItem {
- padding:30px
- }
- .formItem h2 {
- border-left: 2px solid #009f86;
- font-size: 18px;
- padding: 3px 8px;
- }
- .formItem dl {
- margin:0 370px 0 0
- }
- .formItem dt {
- font-size:14px;
- margin:20px 0 5px
- }
- .formItem dd{
- position:relative
- }
- .formItem dd .inputSus{
- border-color:#59a855;
- color:#59a855
- }
- .formItem dd input.erroT,.formItem dd select.erroT {
- border-color:#e9322e;
- color:#e9322e;
- box-shadow:0 0 4px #e9322e
- }
- .formItem dd span.erroT{
- color: #fff;
- padding:0 5px;
- background: none repeat scroll 0 0 #E9322E;
- top:33px;
- left:5px;
- border-radius:0 0 5px 5px;
- position:absolute
- }
- .formItem dd p.tips{
- color:#999
- }
- .formItem dd .submitSus,.formLine .submitSus {
- color: #f90000;
- }
- .formItem dd select {
- border:1px solid #dcdcdc;
- border-top-color:#abadb3;
- border-left-color:#abadb3;
- padding:7px;
- vertical-align: bottom;
- color:#999;
- outline: medium none;
- border-radius:2px;
- -moz-border-radius:2px;
- -webkit-border-radius:2px
- }
- .formItem dd select:focus {
- border-color:#ff6501;
- color:#ff6501
- }
- .formItem b.mailItem {
- font-size:18px;
- margin:0 5px 0 0;
- border-bottom:1px dashed #9AB13C;
- color:#9AB13C
- }
- .regForm dd{
- position:relative;
- margin-bottom: 15px;
- }
- .regForm dd p.tips {
- position:absolute;
- top:8px;
- left:10px
- }
- .regForm dd span.tips{
- background:#FFFBCC;
- border:1px solid #E6DB55;
- color:#666452;
- padding:8px 10px;
- display:inline-block;
- *display:inline;
- zoom:1;
- margin:10px 0
- }
- .regInfo {
- width:360px
- }
- .regInfo .regStepTip {
- margin:0 0 50px 0
- }
- .regInfo .regStepTip p{
- margin:0 0 10px 0
- }
- .globalContent {
- margin-top:10px
- }
- .formContent .slidebar {
- float: left;
- width: 180px;
- }
- .formContent .slidebar .userAvr{
- margin:0 0 20px 0
- }
- .formContent .slidebar .userAvr img{
- float:left;
- margin:0 10px 0 0
- }
- .formContent .slidebar li {
- margin: 1px 0;
- padding: 0 10px 0 0;
- }
- .formContent .slidebar li.now {
- background: none repeat scroll 0 0 #F5F5F5;
- }
- .formContent .slidebar li a {
- color: #666666;
- display: block;
- font-size: 14px;
- height: 30px;
- line-height: 30px;
- padding: 0 0 0 10px;
- }
- .formContent .slidebar li a:hover{
- color:#9AB13C
- }
- .formContent .slidebar li.now a {
- color: #009f86;
- }
- .formContent .mainContent {
- border-left: 1px solid #E2E2E2;
- margin: 0 0 0 180px;
- }
- .userProfile dt{
- margin:0
- }
- .userProfile dd{
- margin:5px 0 30px 0
- }
- .payContent .payWayTab ul {
- background:#415B76;
- padding: 0 20px;
- }
- .payContent .payWayTab li {
- color:#fff;
- cursor: pointer;
- display: inline-block;
- *display:inline;
- zoom:1;
- font-size: 16px;
- height: 40px;
- line-height: 40px;
- margin: 0 10px;
- padding: 0 15px;
- background-color:#456a91
- }
- .payContent .payWayTab li:hover {
- background-color: #2C3E50;
- }
- .payContent .payWayTab li.now {
- background-color: #E74C3C;
- cursor: default;
- font-weight: 600;
- color:#fff
- }
- .payContent .wayItem {
- padding: 20px 30px 30px;
- position: relative;
- }
- .wayItem .rcInput {
- font-size: 20px;
- }
- .wayItem .rcInput ul {
- margin: 10px 0 0 8px;
- }
- .wayItem .rcInput li {
- float: left;
- font-size: 20px;
- margin: 0 10px 0 0;
- padding: 0 5px;
- }
- .wayItem .rcInput li.focus {
- background: none repeat scroll 0 0 #E74C3C;
- border-radius: 4px;
- color: #FFFFFF;
- }
- .wayItem .rcInput li label{
- font-size:20px;
- cursor: pointer
- }
- .wayItem .rcBankTitle {
- font-size: 20px;
- margin: 20px 0 0;
- }
- .wayItem .rcBankList li {
- float: left;
- margin: 5px 2px;
- padding: 5px 10px;
- }
- .wayItem .rcBankList li.focus {
- background: none repeat scroll 0 0 #E74C3C;
- border-radius:4px;
- }
- .wayItem .rcBankList li label{
- cursor: pointer
- }
- .wayItem .bankWayStep {
- margin: 0 0 15px;
- }
- .wayItem .bankWayStep span {
- color: #ED8B00;
- font-size: 18px;
- }
- .wayItem .bankWayStep span.til {
- color: #333333;
- }
- .wayItem .bankList dl {
- background: none repeat scroll 0 0 #EFF0F2;
- float: left;
- margin: 0 10px;
- width:100%
- }
- .wayItem .bankList dl dt {
- background: none repeat scroll 0 0 #3498DB;
- font-weight: 600;
- padding: 5px 0 5px 10px;
- color:#fff
- }
- .wayItem .bankList dl dd {
- margin: 10px 0;
- }
- .wayItem .bankList dl dd span {
- display: inline-block;
- font-weight: 600;
- text-align: right;
- width: 60px;
- }
- .wayItem .wayForm {
- margin: 20px 0 0;
- }
- .wayItem .wayForm p {
- background: none repeat scroll 0 0 #FFFBCC;
- border: 1px solid #E6DB55;
- color: #666452;
- padding: 8px 12px;
- }
- .wayItem .wayForm dt {
- font-size: 14px;
- margin: 15px 0 10px;
- }
- .wayItem .wayForm dd input {
- font-size: 24px;
- height: 30px;
- line-height: 30px;
- padding: 0 5px;
- width:200px
- }
- .wayItem .button{
- margin-top:20px
- }
- .promoCode {
- background: none repeat scroll 0 0 #EFF0F2;
- position: absolute;
- right: 30px;
- top: 50px;
- width: 455px;
- padding: 0 0 10px 0
- }
- .promoCode h2{
- padding:5px 10px;
- background:#1ABC9C;
- color:#fff;
- font-weight:600
- }
- .promoCode input {
- font-size: 24px;
- height: 30px;
- line-height: 30px;
- margin: 10px;
- padding: 0 5px;
- }
- .wayItem .promoCode p {
- background: none repeat scroll 0 0 transparent;
- border: medium none;
- padding:0 10px ;
- }
- .bankPromo {
- top: 240px
- }
- .aliPromo {
- top: 130px;
- right: 0
- }
- .mobileRegister{
- margin-left:25px;
- font-size: 12px;
- }
- .btnText{
- margin:0 10px;
- padding:7px;
- border:1px solid #c1c1c1;
- background: #f2f2f2;
- font-size: 14px;
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- outline: medium none;
- color:gray;
- cursor:pointer;
- }
- .btnText:hover{
- background:#e6e6e6;
- }
- .btnTextOne{
- margin:0 10px;
- padding:7px;
- border:1px solid #1fb597;
- background: #1ABC9C;
- font-size: 14px;
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- outline: medium none;
- color:#fff;
- cursor:pointer;
- }
- .btnTextOne:hover{
- background:#48C9B0;
- }
- .trainFormTab{
- margin:15px 0;
- }
- .trainFormTab a{
- float:left;
- width:240px;
- text-align: center;
- cursor:pointer;
- display:inline-block;
- padding:12px 0;
- background:#e6e6e6;
- color:#009f86;
- }
- .trainFormTabs a{
- width:145px;
- }
- .trainFormTab .now{
- cursor:default;
- background:#009f86;
- color:#fff;
- }
- .formEntry .regForm{
- margin-bottom:15px;
- }
- .formEntry .regForm dt{
- margin:0 0 10px;
- }
- .return{
- margin-left:15px;
- }
- .formLine dd span.erroT{
- color:#fff;
- padding:0 5px;
- background:none repeat scroll 0 0 #e9322e;
- top:36px;
- left:5px;
- border-radius: 0 0 5px 5px;
- position:absolute;
- }
|