﻿@charset "UTF-8";
/* CSS Document */

.tool .toolLeft{ width:640px;}
.tool .track textarea{width:598px;padding:10px 20px; border:1px solid #ddd; border-radius: 10px; height:160px; line-height: 30px;  }
.tool .track .trackBtn1 input{ width:150px; float:left; background: url("../images/searchBtn.png") no-repeat; height:55px; line-height: 55px; border:none; color:#fff; font-weight: bold; text-indent: 35px; margin-left:95px;}
.tool .track .trackImg{ margin-left:50px;}

.tool .toolRight{ width:420px;}
.tool .toolRight .login ul, .tool .toolRight ul li{width:100%; float:left;}
.tool .toolRight ul li {line-height:45px;}
.tool .toolRight ul li .loginText{ width:70px;}
.tool .toolRight ul li .loginInput{width:350px;  } 
.tool .toolRight ul li .loginInput input{width:308px; padding:0px 20px; border:1px solid #ddd; line-height: 43px; border-radius: 2px;}
.tool .toolRight ul li:last-child{margin-top:30px;}
.tool .toolRight p{margin-top:30px; float:left;line-height: 36px;}
.tool .toolRight p a, .tool .toolRight p a:hover{ color:#dc4f1d;}

.tool .toolRight .btnArea{margin-top:38px;}
.tool .toolRight .btnArea .loginBtn input{width:150px; background: #2189cb; color:#fff; font-weight: bold; text-align: center; height:55px; line-height: 55px; border:none; border-radius: 5px;}
.tool .toolRight .btnArea .registeredBtn input{width:215px; background: #eee; color:#666; font-weight: bold; text-align: center; height:55px; line-height: 55px; border:none; border-radius: 5px;}







/*message*/
.message{ background:url(../images/messageBg.png) no-repeat center bottom; height:670px; }
.message .channelTitle h3,.message .channelTitle h1{color:#2189cb!important;}
.messageInput input{width:330px; padding:0px 20px; background: #fff; border:none; height: 60px; line-height: 60px; border-radius: 5px; margin-right:30px;}
.messageInput input:nth-child(3n){margin-right:0px!important;}
.messageArea textarea{width:1130px; padding:20px;background: #fff; border:none; height: 90px; line-height: 24px; border-radius: 5px; font-size:14px;} 
.messageBtn input{ width:280px; float:left; background: url("../images/sendBtn.png") no-repeat; height:60px; line-height: 60px; border:none; color:#fff;font-weight: bold; text-indent: 35px; margin-left:445px;}



/*download*/
.download ul, .download ul li{width:100%; float:left;}
.download ul li:first-child{background:#2189cb!important; color:#fff; height:60px!important; line-height: 60px!important; font-weight: bold;}
.download ul li:hover{cursor: pointer;}
.download ul li .downloadName{ width:60%;}
.download ul li .downloadBtn, .download ul li .downloadDate{width:15%;}
.download ul li .downloadFrequency{width:10%;}
.download ul li .downloadBtn a,.download ul li .downloadBtn a:hover{ color:#2189cb; font-weight: bold;}
.download ul li{height:50px; line-height: 50px;}
.download ul li:nth-child(2n+1){background:#f8f8f8;}
.downloadBtn input{ width:280px; float:left; background:#2189cb; height:60px; line-height: 60px; border:none; color:#fff;font-weight: bold; text-indent: 35px; margin-left:445px; border-radius: 5px;}

