@charset "UTF-8";
html {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

li {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

select,
input,
img,
select {
  vertical-align: middle;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
  line-height: normal;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fs0 {
  font-size: 0;
}

.hide {
  display: none;
}

/*专题顶部导航*/
.top-bar {
  border-bottom: 2px #e20000 solid;
}

.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}

.top-bar-login-after {
  display: none;
}

.top-bar .ofw-logo {
  margin-top: 2px;
}

.top-bar-login > .signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}

.top-bar-login > .signin > a {
  color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}

.top-bar-login i {
  font-style: normal;
  color: #666;
}

.top-bar-login > .email {
  padding-left: 24px;
  display: inline-block;
  background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}

.banner {
  height: 558px;
  background: url("../images/banner.png") center no-repeat;
}

.banner .message {
  color: #8e95ff;
  line-height: 28px;
  font-size: 17px;
  padding-top: 380px;
}

.nav {
  height: 55px;
  background: url("../images/nav-bg.png") center no-repeat;
}

.nav.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.nav .nav-item {
  position: relative;
}

.nav .nav-item a {
  display: block;
  height: 100%;
  line-height: 55px;
  color: #ffffff;
  font-size: 18px;
  width: 136px;
  text-align: center;
}

.nav .nav-item.comment a {
  width: 148px;
  height: 55px;
  background: url("../images/comment.png") center no-repeat;
}

.nav .nav-item.vote a {
  width: 148px;
  height: 55px;
  margin-right: 16px;
  background: url("../images/vote-online-vote.png") center no-repeat;
}

.nav .nav-item.active a {
  color: #cd9133;
}

.nav .nav-item .subitem {
  position: absolute;
  height: 120px;
  top: 55px;
  left: 0px;
  z-index: 8000;
}

.nav .nav-item .subitem .item {
  display: block;
  background-color: #2e0e6d;
  width: 344px;
  height: 60px;
  font-size: 14px;
  text-align: left;
  padding-left: 15px;
  color: #fff;
}

.nav .nav-item .subitem .item.item1 {
  border-bottom: 1px solid #8e95ff;
}

.nav .nav-item .subitem .item:hover {
  background-color: #180636;
  color: #cd9133;
}

.nav .nav-item.look-back:hover .subitem {
  display: block;
}

.main {
  background: url("../images/vote-main-bg.jpg") center repeat-y;
}

.main-title .title-name {
  font-size: 22px;
  color: #6e61db;
  padding-bottom: 18px;
  text-align: center;
}

.main-title img {
  display: block;
  margin: 0 auto;
}

.main-title .award-name {
  margin: 0 auto;
  margin-top: 44px;
  width: 772px;
  height: 51px;
  background: url("../images/title-bg.png") center no-repeat;
  font-size: 28px;
  color: #fff;
  line-height: 51px;
  text-align: center;
}

.contact {
  background-color: #fff;
  padding-top: 24px;
}

.contact .wrap {
  position: relative;
}

.host {
  position: relative;
}

.host .hostLogo {
  width: 74px;
  height: 59px;
  background: url("../images/host.png") center no-repeat;
  margin-right: 15px;
}

.host .OFweek {
  position: absolute;
  width: 162px;
  height: 64px;
  background: url("../images/OFweekLogo.png") center no-repeat;
  left: 90px;
  top: -3px;
}

.host .HTC {
  position: absolute;
  width: 161px;
  height: 64px;
  background: url("../images/HTCLogo.png") center no-repeat;
  left: 266px;
  top: -3px;
}

.host .chengbanLogo {
  position: absolute;
  width: 74px;
  height: 61px;
  background: url("../images/chengban.png") center no-repeat;
  left: 518px;
  top: -1px;
}

.host .OFweekAi {
  position: absolute;
  width: 161px;
  height: 64px;
  background: url("../images/aiweb.png") center no-repeat;
  left: 606px;
  top: -3px;
}

.contact-us {
  font-size: 26px;
  color: #000;
  padding-top: 36px;
  padding-bottom: 24px;
}

.contactor-item {
  width: 260px;
}

.contactor-item .about {
  font-size: 14px;
  line-height: 1;
  color: #cc0000;
  padding-bottom: 23px;
}

.contactor-item .name {
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding-bottom: 13px;
}

.contactor-item .tel {
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-bottom: 12px;
}

.contactor-item .emails {
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-bottom: 12px;
}

.code {
  width: 112px;
  position: absolute;
}

.code.code1 {
  top: 118px;
  right: 140px;
}

.code.code2 {
  top: 118px;
  right: 0px;
}

.code img {
  width: 100%;
}

.code .code-name {
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  padding-top: 8px;
}

.right-bar {
  top: 50%;
  right: 5px;
  position: fixed;
  width: 143px;
}

.right-bar .bar-item {
  width: 143px;
  height: 54px;
  background: url("../images/sidebarBg.png") center no-repeat;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 54px;
}

.right-bar .bar-item.share:hover .social-share {
  display: block;
}

.right-bar .bar-item:hover {
  background: #2e2175;
}

.right-bar .bar-item > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-indent: 48px;
  position: relative;
}

.right-bar .bar-item > a i {
  position: absolute;
}

.right-bar .bar-item > a i.icon1 {
  width: 24px;
  height: 30px;
  background: url("../images/touch.png") center no-repeat;
  background-size: contain;
  left: 11px;
  top: 10px;
}

.right-bar .bar-item > a i.icon2 {
  width: 23px;
  height: 28px;
  background: url("../images/share.png") center no-repeat;
  background-size: contain;
  left: 11px;
  top: 14px;
}

.right-bar .bar-item > a i.icon3 {
  width: 24px;
  height: 30px;
  background: url("../images/meeting.png") center no-repeat;
  background-size: contain;
  left: 11px;
  top: 12px;
}

.right-bar .bar-item > a i.icon4 {
  width: 24px;
  height: 30px;
  background: url("../images/kefu.png") center no-repeat;
  background-size: contain;
  left: 11px;
  top: 12px;
}

.social-share {
  display: none;
  position: absolute;
  left: -180px;
  top: 56px;
  width: 200px;
}

.vote-rules {
  position: relative;
  background: url("../images/rules-bg.png") center bottom no-repeat;
  height: 400px;
  background-size: contain;
  padding-left: 50px;
}

.vote-rules .rules-title {
  padding-top: 89px;
  font-size: 20px;
  color: #6c6ef3;
  font-weight: bold;
  padding-bottom: 16px;
}

.vote-rules .rules-item {
  font-size: 14px;
  color: #ffffff;
  line-height: 23px;
  width: 650px;
}

.vote-rules .rules-item.note {
  padding-top: 4px;
  color: #6c6ef3;
}

.vote-rules .erweima {
  position: absolute;
  width: 179px;
  top: 133px;
  right: 65px;
}

.vote-rules .erweima img {
  width: 179px;
}

.vote-rules .erweima .tips {
  height: 30px;
  color: #fff;
  background: url("../images/click.png") left center no-repeat;
  text-indent: 39px;
  line-height: 30px;
  margin-top: 10px;
}

.technology {
  padding-top: 54px;
}

.application {
  padding-top: 45px;
}

.erterprise {
  padding-top: 45px;
}

.vote-area {
  padding-top: 50px;
}

.vote-area li {
  float: left;
  width: 226px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 21px;
}

.vote-area li h3 a {
  background-color: transparent;
  text-decoration: none;
}

.vote-area li h3 a img {
  width: 224px;
  height: 182px;
  border: 1px solid #999;
}

.vote-area li .ope {
  margin-top: 10px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.vote-area li .ope > a {
  padding-left: 0px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vote-area li .ope > p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 122px;
  height: 24px;
  border: 1px solid #ff1818;
  line-height: 24px;
  text-align: center;
}

.vote-area li .ope input {
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
}

.vote-area li .ope .product {
  font-weight: bold;
}

.vote-area li .ope .company {
  margin-top: 8px;
}

.vote-area li .ope p > span {
  float: left;
  width: 50%;
  height: 100%;
  font-size: 14px;
}

.vote-area li .ope p > span.over {
  background: #e5e5e5;
  cursor: pointer;
}

.vote-area li .ope p .num {
  color: #1d1d1d;
  background: #ff1818;
}

.vote-area li .ope p .vo-btn {
  color: #102e41;
  background: #49dcb4;
  cursor: pointer;
}

.vote-area li .ope p .vo-btn:hover {
  background: #e5e5e5;
}

.operation {
  padding-top: 120px;
}

.operation .btn-item {
  width: 217px;
  height: 60px;
  margin-left: 90px;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
}

.operation .btn-item.btn1 {
  background: url("../images/btn1.png") center no-repeat;
}

.operation .btn-item.btn2 {
  background: url("../images/btn2.png") center no-repeat;
}

.operation .btn-item.btn3 {
  background: url("../images/btn3.png") center no-repeat;
}

.operation .btn-item.btn3 a {
  color: #fff;
}
/*# sourceMappingURL=vote.css.map */