<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ta/index */
@import url("default.css");
@import url("/css/error_form.css");

/* from base_ta.css */
#tatoplayout {
	margin:0 auto;
	padding:20px;
	width:750px;
}

.special {
	border: 1px solid red;
	margin: 10px 0;
	padding: 10px;
}
.special h4 {
	font-weight: bold;
	color: red;
}
.sign_in {
	border: 5px solid #CCCCCC;
    float: right;
    height: 260px;
    margin: 0 0 10px 20px;
    width: 240px;
    padding: 0 15px;
    background: #fafafa;
}



/* Eric Meyer's CSS Reset http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 CSSresetr.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  vertical-align: baseline;
  background: transparent;
}


/*image sprite*/
.sprite {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
}

.sprite2 {
  background-image: url(../img/spritesheet2.png);
  background-repeat: no-repeat;
  display: block;
}

.sprite-arrow {
  width: 58px;
  height: 29px;
  background-position: -10px -10px;
}

.sprite-dash {
  width: 39px;
  height: 2px;
  background-position: -10px -59px;
}

.sprite-header_bg {
  width: 2098px;
  height: 180px;
  background-position: -10px -81px;
}

.sprite-image_01_earth {
  width: 263px;
  height: 228px;
  background-position: -10px -281px;
}

.sprite-image_02_shopper_01 {
  width: 143px;
  height: 121px;
  background-position: -10px -529px;
  position: absolute;
  left: 0;
}

.sprite-image_03_manager_01 {
  width: 154px;
  height: 122px;
  background-position: -10px -670px;
  position: absolute;
  right: 0;
}

.sprite-image_04_shopper_02 {
  width: 140px;
  height: 122px;
  background-position: -10px -812px;
}

.sprite-image_05_manager_02 {
  width: 155px;
  height: 121px;
  background-position: -10px -954px;
}

.sprite-image_06_booking {
  width: 130px;
  height: 60px;
  background-position: -10px -1095px;
  position: absolute;
  top: 20px;
  left: 30px;
}

.sprite-image_07_commission {
  width: 86px;
  height: 69px;
  background-position: -10px -1175px;
  position: absolute;
  top: 20px;
  left: 55px;
}

.sprite-image_08_account {
  width: 83px;
  height: 81px;
  background-position: -10px -1264px;
  position: absolute;
  top: 10px;
  left: 55px;
}

.sprite-image_09_company_01 {
  width: 194px;
  height: 96px;
  background-position: -10px -1365px;
}

.sprite-image_10_company_02 {
  width: 194px;
  height: 96px;
  background-position: -10px -1481px;
}

.sprite-image_11_many_01 {
  width: 83px;
  height: 83px;
  background-position: -10px -1597px;
  position: absolute;
  top: 20px;
  left: 120px;
}

.sprite-image_12_review_01 {
  width: 83px;
  height: 73px;
  background-position: -10px -1700px;
  position: absolute;
  top: 20px;
  left: 120px;
}

.sprite-image_13_lowprice_01 {
  width: 86px;
  height: 86px;
  background-position: -10px -1793px;
  position: absolute;
  top: 20px;
  left: 70px;
}

.sprite-image_14_many_02 {
  width: 83px;
  height: 83px;
  background-position: -10px -1899px;
  position: absolute;
  top: 15px;
  left: 25px;
}

.sprite-image_15_review_02 {
  width: 86px;
  height: 77px;
  background-position: -10px -2002px;
  position: absolute;
  top: 15px;
  left: 25px
}

.sprite-image_16_lowprice_02 {
  width: 93px;
  height: 93px;
  background-position: -10px -2099px;
  position: absolute;
  top: 10px;
  left: 25px
}

.sprite-image_17_counter {
  width: 275px;
  height: 241px;
  background-position: -10px -2212px;
}

.sprite-title {
  width: 560px;
  height: 127px;
  background-position: -10px -2473px;
}

/*general*/
.float_l {float: left;}
.float_r {float: right;}
.clear_both {clear: both;}

#wrapper {
  width: 100%;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; 
}

html:lang(tw) #wrapper {
  width: 100%;
  text-align: center;
  font-family: "Microsoft YaHei", SimHei, "Hiragino Sans GB", 华文细黑, STHeiti, 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
}



.contents {
  width: 900px !important;
  margin: 0 auto !important;
  text-align: left;
  position: relative;
}

/*header area*/
header {
  background-image: url(../img/header_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 180px;
  width: 100%;
}
#ta_title {
  background-image: url(../img/spritesheet2.png);
  width: 560px;
  height: 127px;
  background-position: -10px -2473px;
  position: absolute;
  top: 30px;
  left: 50px;
  text-indent: -9000px;
}
#ta_titleEN {
  background-image: url(../img/spritesheet2.png);
  width: 560px;
  height: 127px;
  background-position: -5px -2628px;
  position: absolute;
  top: 30px;
  left: 50px;
  text-indent: -9000px;
}

#ta_titleTW {
    background-image: url(../img/spritesheet2.png);
    width: 560px;
    height: 131px;
    background-position: -10px -2810px;
    position: absolute;
    top: 26px;
    left: 44px;
    text-indent: -9000px;
}

#buttons {
  position: absolute;
  top: 25px;
  right: 60px;
}
#buttons li {
  display: block;
}
#buttons li a {
  display: block;
  letter-spacing: 1px;
  width: 195px;
  height: 25px;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding-top:10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 120%;
  text-decoration: none !important;
}
.color1 {
  background-color: #fff;
  border: 2px solid #2c6cb9;
  color: #0071bc !important;
}
.color2 {
  background-color: #f4c33f;
  border: 2px solid #fff;
  /*box-shadow: rgba(15, 85, 126, 0.74902) 0 0 7px 3px;*/
  color: #fff !important;
}
.color3 {
  background-color: #83bc01;
  border: 2px solid #fff;
  color: #fff !important;
}
.color1:hover {
  background-color: #ecf9ff;
}
.color2:hover {
  background-color: #f4a53f;
}
.color3:hover {
  background-color: #20acdb;
}
.signup {
  width:440px;
  background-color: #f79220;
  text-align: center;
  font-size: 200%;
  color: #fff !important;
  margin: 10px auto;
  padding: 15px 10px 13px !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
  display: block;
  text-decoration: none !important;
}

html:lang(tw) .signup {
    width: 440px;
    background-color: #f79220;
    text-align: center;
    font-size: 22px;
    color: #fff !important;
    margin: 10px auto;
    padding: 15px 10px 13px !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    display: block;
    text-decoration: none !important;
}



.signup:hover {
   background-color: #f7a920;
}

/*section1*/
#section1 {
  background-image: url(../img/image_01_earth.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 280px;
  margin-top: 20px;
}
#section1 h2 {
  margin-left: 56px;
  font-size: 200%;
  margin-top: 0px;
  padding-top: 20px;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 40px;
  color: #22addb;
}

/*section2*/
#section2, .featuredetail {
  background-color: #dcf1f8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px 35px;
  margin-bottom: 50px;
  overflow: hidden;
}
#section2 h3 {
  font-size: 150%;
  font-weight: normal;
  text-align: center;
  clear: both;
  height: 120px;
  color: #22addb;
  position: relative;
  line-height: 1.5;
}
#section2 .center {
  width: 400px;
  margin: 0 auto;
}
#section2 h3 span {
  display: block;
  font-size: 150%;
}
#section2 h3 span.small {
  line-height: 1.5;
  padding-top: 10px;
}
.qbox {
  width: 390px;
  background-color: #afdfef;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: -20px;
  padding: 5px;
}
.qbox h4 {
  text-align: center;
  color: #008bbd;
  font-weight: bold;
  font-size: 120%;
  padding: 10px;
}
.qbox ul {
  background-color: #fff;
  padding: 10px;
}
.qbox li {
  list-style-type: circle;
  list-style-position: inside;
  margin-bottom: 10px;
  font-size: 120%;
}
.qbox li:last-child {
  margin-bottom: 0 !important;
}
.arrow {width: 380px; padding: 10px;}
.arrow .sprite-arrow {margin: 0 auto;}

.big .center {
  padding-top: 10px;
  font-weight: bold;
  font-size: 110%;
}

.feature {
  width: 610px;
  margin: -30px auto 30px;
  background-color: #afdfef;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px;
}
.feature h4 {
  text-align: center;
  padding: 20px;
  font-size: 180%;
  font-weight: normal;
  color: #008bbd;
}
.feature ul {
  position: relative;
  overflow: hidden;
}
.feature li {
  background-color: #fff;
  width: 200px;
  height: 165px;
  float: left;
  margin-right: 5px;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.35;
  color: #22addb;
}
.feature li:last-child {
  margin-right: 0 !important;
}
.feature li .li_inner {
  text-align: center;
  height: 100px;
  position: relative;
}

#result {
  width: 800px;
  margin: 20px auto;
  background-color: #d4ebab;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 20px 10px;
  overflow: hidden;
  text-align: center;
}
#result h3 {
  margin-top: 10px;
  line-height: 1.35;
  font-size: 177%;
  font-weight: normal;
  color: #4f8e00;
}
#result h3 .number {
  font-size: 150%;
}

/*section3*/
#section3 .feature {
  width: 665px;
  margin: 30px auto 35px;
  background-color: #85c01b;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px;
}
#section3 .feature h4 {
  text-align: center;
  padding: 20px;
  font-size: 180%;
  font-weight: normal;
  color: #fff;
}
#section3 .feature li {
  background-color: #fff;
  width: 330px;
  height: 155px;
  float: left;
  margin-right: 5px;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.35;
  color: #85c01b;
}
#section3 .feature li .li_inner {
  text-align: center;
  height: 115px;
  position: relative;
}

.featuredetail_inner {
  clear: both;
  background-color: #45abd9;
  padding: 5px;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 25px;
  position: relative;
}
.featuredetail_inner:last-child {
  margin-bottom: 25px !important;
}
.titleblock {
  color: #fff;
  padding: 10px 20px 0 125px;
  height: 90px;
  line-height: 1.5;
  font-size: 120%;
}
.answerblock {
  background-color: #fff;
  margin-top: 10px;
  padding: 20px 30px;
  color: #48738a;
  line-height: 1.5;
  font-size: 120%;
}
#section3 .headline {
  font-size: 180%;
  color: #fff;
  font-weight: normal;
}

html:lang(tw) #section3 .headline {
  font-size: 180%;
  color: #fff;
  font-weight: normal;
  margin: 0;
}

/*section4*/
#section4 h3 {
  font-size: 200%;
  font-weight: normal;
  margin: 20px 0;
  color: #008bbd;
}
#section4 ul {
  color: #5c8499;
  padding-left: 25px;
}
#section4 li {
  list-style-position: outside;
  list-style-type: circle;
  margin-bottom: 20px;
  font-size: 140%;
}

/*footer area*/
#menu {
  margin-top: 40px;
  margin-bottom: 100px;
  overflow: hidden;
}
#menu li {
  display: block;
  float: left;
  width: 206px;
  height: 90px;
  background-color: #dcf1f8;
  border: 2px solid #dcf1f8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-right: 20px;
  cursor: pointer;
}
#menu li:last-child {
  margin-right: 0 !important;
}
#menu li:hover {
  background-color: #f3fbfe;
}
#menu a {
  display: block;
  line-height: 90px;
  text-align: center;
  color: #5c8499;
  font-weight: bold;
  text-decoration: none;
  font-size: 140%;
}

.ta_alert_notice {
    border: 2px solid #ff0000;
    border-radius: 10px;
    padding: 20px 35px;
    margin: 20px 0;
}

#campaign_t_n_c_head {
    font-size: 180%;
    font-weight: normal;
    line-height: 1.5;
}

.title_200_percent {
    font-size: 200%;
    font-weight: normal;
    line-height: 1.5;
}

.campaign_t_n_c_content,
.campaign_t_n_c_content ol li {
    font-size: 140%;
    line-height: 1.4;
}

#campaign_t_n_c_head a,
#campaign_t_n_c a {
    font-size: 100%;
}

#campaign_t_n_c {
    margin: 50px 0 45px;
}

#campaign_t_n_c ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

#register-prompt.popup_dialog {
    border: 1px solid rgb(204, 204, 204);
    position: fixed;
    z-index: 1052;
    background-color: rgb(255, 255, 255);
    display: block;
    left: 50%;
    top: 50%;
    padding: 20px 30px;
    width: 400px;
    box-sizing: border-box;
    margin-left: -176px;
    margin-top: -140px;
}

#register-prompt-bg.popup_dialog_overlay_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1051;
}

#register-prompt.popup_dialog .prompt-content {
    margin: 0px 0px 15px 0px;
}

#register-prompt.popup_dialog .flat_orange_btn,
#register-prompt.popup_dialog .flat_gray_btn {
    padding: 15px 10px;
    text-align: center;
}

.flat_orange_btn,
.flat_gray_btn {
    background: #f19300;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    margin: 0 15px;
    min-width: 80px;
    width: 80px;
    padding: 15px 90px;
    text-decoration: none;
    float:left;
}

.flat_gray_btn {
    background: #f0f0f0;
    color: #484848;
}

html:lang(en) #signin_area {
  min-height: 0;
}

html:lang(en) #signin_area .base_width {
  width: 219px;
}

.btn_sign_in input[type=submit] {
  background-color: #e9963f;
  background-image: url(/_ta/en/img/icon_arrow.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border-radius: 3px;
  border: none;
  color: #4F4F4F;
  cursor: pointer;
  margin-top: 5px;
  outline: none;
  padding: 8px 10px 8px 30px;
  text-align: left;
  text-decoration: none;
  width: 234px;
}

/* EN Login Page - New Comer section */
#new_comer {
  margin-top: 60px;
  margin-bottom: 50px;
}

#new_comer .btn-wrapper {
  margin: 35px 0 0;
  text-align: center;
}

#new_comer .btn-wrapper a {
  background-color: #E0E0E0;
  background-image: url(/_ta/en/img/icon_arrow.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border-radius: 3px;
  color: #4F4F4F;
  padding: 8px 10px 8px 30px;
  text-decoration: none;
}</pre></body></html>