﻿.box {
    position: relative;
    overflow: hidden;
    background-image: url(../../Content/investor/pic_bg_touzi.png);
    background-repeat: no-repeat;
}
.line-bg1 {
    position: absolute;
    overflow: hidden;
    width:4px;
    height:105%;
    background-image: url(../../Content/investor/pic_liuyan_1.png);
    background-repeat: repeat-y;
}
.leftline{
    left:0;
    top:0;
}
.rightline {
    right: 0;
    top: 0;
}
.bottomline{
    bottom:0;
    left:-20px;
}
.line-bg2 {
    position: absolute;
    overflow: hidden;
    height: 4px;
    width: 110%;
    background-image: url(../../Content/investor/pic_liuyan_2.png);
    background-repeat: repeat-x;
}

.word-box{
    overflow:hidden;
    position:relative;
    
    background-color:white;
    margin-bottom:150px;
  
}
.leave-pad{ padding-left:100px;
            padding-right:100px;
            padding-top:40px;

}
.word-tip{ color:red; line-height:30px; height:30px; font-size:12px; margin-bottom:10px;}

.input-box {
    float:left;
    width: 85%;
    border: 1px solid #E5E5E5;
    height:27px;
    line-height:27px;
   
}
.input-must {
    float:left;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    width:19px;
    text-align:center;
    color:red;
    font-weight:bold;
    font-size:18px;
}
.word-item-pad{ padding-bottom:25px;}
.word-content-box {
    float: left;
    width: 95%;
    border: 1px solid #E5E5E5;
    height: 110px;
  
}


.sub-word {
    height: 28px;
    line-height:28px;
    display:inline-block;
    margin: 0 auto;
    color: white;
    background-color: #EB3B2C;
    padding-left:70px;
    padding-right: 70px;
    cursor:pointer;
    font-size:15px;
    margin-top:5px;
}
.input-box div {
    float: left;
    font-size: 13px;
    color: #565656;
   
}
.word-ico {
    padding-left: 5px;
    padding-top: 4px;
    display: inline-block;
    height: 27px;
    line-height: 27px;
   
}
.wordinput-box{ padding-left:5px;}
.word-itme {
    padding-left: 5px;
}
.wordinput {
    width: 150px;
    border: none;
    height: 25px;
    line-height: 25px;
    font-size:14px;
}

.wordinput1 {
    width: 120px;
    border: none;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
input {
     outline:none;
     background:transparent;
     border:none;
     outline:medium;
    
}

 *:focus {
     outline: none;
    background-color: transparent;
    
}

 ::selection {
    background: transparent;
}

 ::-moz-selection {
    background: transparent;
}
.input-box1{
    width:12%;
    border:none;
}
.ts-box{ display:none;}
#TextArea1 {
    width: 665px;
    border: none;
    height: 101px;
    max-width:100%;
}