/*
*网站全局/CSS重置表
*http://www.lvyou114.com     2014-1-14
*小菜
*/
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

html body {
  font-family: "微软雅黑";
  position: relative;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

/*设置默认字体*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

small {
  font-size: 12px;
}

/*重置列表元素*/
ul,
ol {
  list-style: none;
}

/*重置文本格式元素*/
a,
a:hover {
  text-decoration: none;
}

a {
  color: #555;
  outline: none;
  -moz-outline: none;
}
a img {
  display: block;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/*重置表单元素*/
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

/*重置表格元素*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

mark {
  background: #ff0;
}

/*全局*/
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.s {
  font-weight: 400;
}

.b {
  font-weight: 700;
}

.b0 {
  border: 0 !important;
}

/*字体大小*/
.f12 {
  font-size: 12px !important;
}

.f14 {
  font-size: 14px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px !important;
}

.f24 {
  font-size: 24px !important;
}

.f30 {
  font-size: 30px !important;
}

.f36 {
  font-size: 36px !important;
}

.f42 {
  font-size: 42px !important;
}

/*颜色*/
.f50 {
  color: #f50 !important;
}

.f80 {
  color: #f80 !important;
}

.c5 {
  color: #555 !important;
}

.c8 {
  color: #888 !important;
}

/*间距*/
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

/*字体图标*/
@font-face {
  font-family: "iconfont";
  src: url("/libs/iconfont/iconfont.eot");
  src: url("/libs/iconfont/iconfont.eot?#iefix") format("embedded-opentype"),
    url("/libs/iconfont/iconfont.woff") format("woff"),
    url("/libs/iconfont/iconfont.ttf") format("truetype"),
    url("/libs/iconfont/iconfont.svg#svgFontName") format("svg");
}

.iconfont {
  font-family: "iconfont";
  font-size: 16px;
}

.clear {
  clear: both;
}

.clear:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 自定义 */
body,
html {
  font-family: "微软雅黑";
  min-width: 1200px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  background-image: url("../img/bg1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 663px;
}
header .container {
  position: relative;
}
header.fixed {
  padding-top: 52px;
}
header .container .mac {
  position: absolute;
  bottom: -38px;
  right: 0;
}
header .content {
  width: 100%;
  overflow: hidden;
}
header .content.fixed {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  padding: 0 calc(50% - 600px);
  min-width: 1200px;
  height: 71px;
  z-index: 999;
}
header .content .left {
  width: 201px;
  margin-top: 17px;
  float: left;
}
header .content .left .logo {
  width: 37px;
  height: 37px;
  margin-right: 10px;
  float: left;
}
header .content .left .title {
  font-size: 18px;
  color: #333333;
  float: left;
  line-height: 37px;
}
header .content .right {
  float: right;
  padding-top: 18px;
}
header .content .right .land {
  width: 100px;
  height: 33px;
  border-radius: 17px;
  border: solid 1px #2cd0a1;
  line-height: 30px;
  font-size: 12px;
  color: #2cd0a1;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  color: #2cd0a1;
  text-align: center;
}
header .content .right .land:hover {
  background-color: #2cd0a1;
  border-color: #2cd0a1;
  color: #ffffff;
}
header .content .right .sign {
  font-size: 12px;
  line-height: 33px;
}
header .content .right .sign .avatar {
  width: 33px;
  height: 33px;
  border-radius: 36px;
  margin-right: 6px;
  float: left;
}
header .content .right .sign #nickname_text {
  color: #666666;
  max-width: 72px;
  float: left;
}
header .content .right .sign .split {
  width: 1px;
  height: 11px;
  background-color: #dddddd;
  float: left;
  margin: 11px 11px 0 11px;
}
header .content .right .sign .logout {
  color: #999999;
  float: left;
  cursor: pointer;
}
header .content .right .none {
  display: none;
}
header h1 {
  font-size: 48px;
  letter-spacing: 2px;
  color: #222222;
  font-weight: bold;
  margin: 109px 0 17px;
}
header h3 {
  font-size: 30px;
  letter-spacing: 1px;
  color: #555555;
}
header .link {
  display: inline-block;
  margin: 4px 16px 0 0;
  width: 200px;
}
header .link .desc {
  font-size: 14px;
  color: #999999;
  margin-top: 11px;
  text-align: center;
}
.button {
  width: 200px;
  height: 54px;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#fd7663),
      to(#feb05f)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#8949ca), to(#8949ca));
  background-image: -o-linear-gradient(bottom, #fd7663 0%, #feb05f 100%),
    -o-linear-gradient(#8949ca, #8949ca);
  background-image: linear-gradient(0deg, #fd7663 0%, #feb05f 100%),
    linear-gradient(#8949ca, #8949ca);
  background-blend-mode: normal, normal;
  border-radius: 27px;
  font-size: 20px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 1px;
  color: #ffffff;
  display: block;
  text-align: left;
}
.button .icon,
.button .iconHover {
  width: 28px;
  height: 28px;
  margin: 13px 13px 0 38px;
  float: left;
}
.button .iconHover {
  display: none;
}
.button:hover {
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#feb05f),
      to(#fd7663)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#8949ca), to(#8949ca));
  background-image: -o-linear-gradient(bottom, #feb05f 0%, #fd7663 100%),
    -o-linear-gradient(#8949ca, #8949ca);
  background-image: linear-gradient(0deg, #feb05f 0%, #fd7663 100%),
    linear-gradient(#8949ca, #8949ca);
}
.button.vip {
  background-image: none;
  background-color: #ffffff;
  color: #fd7863;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(3, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(3, 0, 0, 0.1);
}
.button.vip:hover {
  color: #ffffff;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#fd7663),
      to(#feb05f)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -o-linear-gradient(bottom, #fd7663 0%, #feb05f 100%),
    -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(0deg, #fd7663 0%, #feb05f 100%),
    linear-gradient(#ffffff, #ffffff);
}
.button.vip:hover .icon {
  display: none;
}
.button.vip:hover .iconHover {
  display: inline-block;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
header .useList {
  width: 430px;
  margin-top: 24px;
}
header .useList li {
  font-size: 16px;
  color: #666666;
  margin-bottom: 25px;
  width: 191px;
  display: inline-block;
}
header .useList li::before {
  background: url("../img/checkbox.png") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  margin: 0 11px -2px 0;
}

header .navigation a {
  display: block;
  font-size: 16px;
  color: #666666;
  position: relative;
  margin-left: 60px;
  line-height: 17px;
  margin-top: 27px;
  position: relative;
}

header .navigation a.choose {
  color: #333333;
  font-weight: bold;
}
header .navigation a:hover {
  color: #2cd0a1;
}
header .navigation a.choose::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  background-color: #2cd0a1;
  border-radius: 2px;
  top: 24px;
  left: 50%;
  margin-left: -14px;
}
.info {
  background: url("../img/bg3.png") no-repeat center;
  height: 348px;
  overflow: hidden;
  text-align: center;
  padding-top: 70px;
}
.info h3 {
  font-size: 42px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: bold;
}
.info h4 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #bbbbbb;
  margin: 20px 0 38px 0;
}
.info .button {
  margin: 0 auto;
}
footer {
  height: 40px;
  background-color: #303030;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  color: #666666;
  line-height: 38px;
}
footer a {
  color: #666666;
}
.textOverflowOne {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
