@charset "UTF-8";


/*plan-a.html*
**************************************************************************************************/

.box_plan{
  width:auto;
  height:1%;
  padding:0px 0px 0px 0px;
  font-size:12px;
  line-height:16px;
}

.box_plan_left{
  width:645px;
  height:auto;
  padding:10px 0px 10px 10px;
  float:left;
}

.box_plan_left img{
  margin:0px 10px 15px 0px;
  border:1px solid #CCCCCC;
  float:left;
}

.box_plan_left .info{
  width:auto;
  height:1%;
  background:#e6f4f8;
  font-size:12px;
  font-weight:bold;
  color:#666666;
  padding:8px;
  margin:0px 0px 15px 0px;
}

.box_plan ul{
  width:auto;
  height:1%;
  list-style:none;
  text-decoration:none;
  font-size:12px;
  border-bottom:1px dotted #CCCCCC;
  padding:0px 0px 3px 0px;
  margin:0px 0px 5px 0px;
}

.box_plan_left .info li.left{
   width:70px;
   height:auto;
   list-style:none;
   text-decoration:none;
   float:left;
   color: #21a1c8;
}

.box_plan_left .info li.right{
   width:550px;
   height:auto;
   list-style:none;
   text-decoration:none;
   float:right;
}

.box_plan .info ul span {
color:#F97C00;
}

.box_plan_left .info li.right img{
  width:auto;
  height:auto;
  margin:0px 6px 2px 0px;
  border:none;
  float:left;
}

.box_plan_left .info li.license{
   display:inline-block;
   width:90px;
   height:auto;
   list-style:none;
   text-decoration:none;
   float:right;
   padding-right:250px;
}

.box_plan_right{
  width:300px;
  height:auto;
  padding:10px 0px 10px 15px;
  float:right;
}
