﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft YaHei" !important;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

body {
    min-width: 1200px;
}

.top {
    width: 100%;
    height: 60px;
    background: #237ae4;
}

.head {
    width: 1100px;
    margin: 0 auto;
    height: 50px;
}

.head-img {
    margin-top:5px;
    width: 180px;
}

.head-fanhui {
   position:relative;
    padding-top: 20px;
    padding-right:30px;
}

     .head-fanhui a img {
            position: absolute;
            top:30px;
            right:30px;
           
        }
      .head-fanhui .goIndexA{
            display:none;
        }
        .head-fanhui:hover .goIndexA{
            display:block;
        }
         .head-fanhui:hover .goIndex{
            display:none;
        }

.loginBottom:hover {
    color: #39C3DD !important;
}  


.content {
    margin: 0 auto;
    width: 1100px;
    padding:0px 40px;
    padding-bottom:80px;
}

    .content table {
        width: 1040px;
    }

        .content table tr td {
            border: none;
        }

 input[type="text"], input[type="password"], input[type="submit"] {
    margin: 15px 0px;
    width: 300px;
    padding-left: 10px;
    height: 35px;
    border: 1px solid #c9c9c9;
    box-shadow: 0 0 5px #c9c9c9;
    border-radius: 5px;
}
  input[type="checkbox"] {
    width: 18px;
    height:18px;
    position:relative;
    top:4px;
}
 
table input[type="checkbox"] {
    margin-left: 30px;
    width: 20px;
    vertical-align: middle;
}

table label {
    font-size: 12px;
    color: #666;
}

.tiptext {
    color: #9d9d9d;
}

.tips {
    font-size: 13px;
    color: #f00;
    padding-left:5px;
}

.xiayibu {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #F61067;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    width: 310px;
    margin: 20px 0px 10px 0px;
}

.xiayibu:hover {
    background: linear-gradient(0deg, #E71263, #E71263);
}

.biaoyu {
    color: #9d9d9d;
    font-size: 16px;
    padding-bottom: 20px;
}

.letfname {
    font-size: 15px;
   font-weight:bold;
   text-align:left;

}

.content table tr .righterweima {
    width: 430px;
  
    line-height: 25px;
    color: #9d9d9d;
    font-size: 16px;
    text-align: center;
}

.content table tr td a {
    font-size: 15px;
    color: #4499ff;
    margin-left: 30px;
}


/*备份，微信 支付宝 qq三个样式，下面的是ui做的 只有一个qq的样式 by j*/ 
/*.thirdpartyLogin{
    height:60px;
    width:60px;
    display:inline-block;
    cursor:pointer;
}

#signBtnQQ{
    background:url(../../Images/Account/qqLogin-small.png) no-repeat;
}
*/
/*备份，微信 支付宝 qq三个样式，下面的是ui做的 只有一个qq的样式 by j*/ 

.thirdpartyLogin{
    height: 44px;
    display:inline-block;
    cursor:pointer;
    margin-left:40px;
}

/*#signBtnQQ{
    background:url(../../Images/Account/qqnormal.png) no-repeat;
}

#signBtnQQ:hover{
    background:url(../../Images/Account/qqdown.png) no-repeat;
}*/